UNPKG

learn-template

Version:
8 lines (7 loc) 170 B
export enum __APP__ { SPLASH = 'splash', APP = 'app', AUTH = 'auth', MAINTAIN = 'maintain' } export type AppName = 'splash' | 'app' | 'auth' | 'maintain'