|
- export const CATEGORIES = ['general',
- 'character',
- 'deerjikist',
- 'meme',
- 'material',
- 'meta',
- 'nico'] as const
-
- export const USER_ROLES = ['admin', 'member', 'guest'] as const
-
- export const ViewFlagBehavior = { OnShowedDetail: 1,
- OnClickedLink: 2,
- NotAuto: 3 } as const
|