Type alias ChannelCategoryUserPermissionPayload

ChannelCategoryUserPermissionPayload: {
    categoryId: number;
    createdAt: string;
    permissions: Record<string, boolean>;
    updatedAt?: string;
    userId: string;
}

Type declaration

  • categoryId: number

    The ID of the category

  • createdAt: string

    The ISO 8601 timestamp that the permission override was created at

  • permissions: Record<string, boolean>
  • Optional updatedAt?: string

    The ISO 8601 timestamp that the permission override was updated at, if relevant

  • userId: string

    The ID of the user

Generated using TypeDoc