Files
auth-db/lib/constants/auth.ts

9 lines
110 B
TypeScript

export enum Status {
ACTIVE,
BLOCK_HARD,
BLOCK_SOFT,
DELETED,
INACTIVE,
UNVERIFIED,
}