# GroupPermissions ## Example Usage ```typescript import { GroupPermissions } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GroupPermissions = { groupName: "", permissionType: 696483, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `groupName` | *string* | :heavy_check_mark: | N/A | | `permissionType` | *number* | :heavy_check_mark: | N/A |