--- title: userTypeGeneral description: General user --- ## Constructor: userTypeGeneral [Back to constructors index](index.md) General user ### Attributes: | Name | Type | Required | Description | |----------|:-------------:|:--------:|------------:| ### Type: [UserType](../types/UserType.md) ### Example: ``` $userTypeGeneral = ['_' => 'userTypeGeneral', ]; ``` Or, if you're into Lua: ``` userTypeGeneral={_='userTypeGeneral', } ```