Skip to content

Commit

Permalink
feat: add birthType
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Aug 9, 2024
1 parent 24cf005 commit a0e1925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './colors';
export * from './navigations';
export * from './role';
export * from './user';
2 changes: 2 additions & 0 deletions src/constants/role.ts → src/constants/user.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const roles = ['dad', 'mom', 'son', 'daughter'] as const;

export const birthType = ['SOLAR', 'LUNA'] as const;

0 comments on commit a0e1925

Please sign in to comment.