mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
feat: registration jounrey for parents
This commit is contained in:
4
src/auth/enums/roles.enum.ts
Normal file
4
src/auth/enums/roles.enum.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export enum Roles {
|
||||
JUNIOR = 'JUNIOR',
|
||||
GUARDIAN = 'GUARDIAN',
|
||||
}
|
||||
Reference in New Issue
Block a user