UserType classA user's type status within the application Suggest EditsSignature: TypeScriptexport declare abstract class UserType Properties PropertyModifiersTypeDescriptionCreatorstaticreadonly(not declared)A user that has the ability to create OoohsUserstaticreadonly(not declared)The default access type UserType.Creator property A user that has the ability to create Ooohs Signature: TypeScriptstatic readonly Creator = 1; UserType.User property The default access type Signature: TypeScriptstatic readonly User = 0; Updated 8 months ago Table of Contents Properties UserType.Creator property UserType.User property