typealias RoleFlagsString

export type RoleFlagsString = keyof typeof RoleFlags;

Constructors

constructor()