aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/users/user-flag.model.ts
blob: b791a1263ce2e5690614011a9534de83a2b0b99d (plain) (tree)
1
2
3
4
                                 
           
                                      
 
export const enum UserAdminFlag {
  NONE = 0,
  BYPASS_VIDEO_AUTO_BLACKLIST = 1 << 0
}