typealias UserFlagsString

export type UserFlagsString = keyof typeof UserFlags;

Constructors

constructor()