ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
337 B

  1. export const CATEGORIES = ['general',
  2. 'character',
  3. 'deerjikist',
  4. 'meme',
  5. 'material',
  6. 'nico',
  7. 'meta'] as const
  8. export const USER_ROLES = ['admin', 'member', 'guest'] as const