Type alias CategoryPayload

CategoryPayload: {
    createdAt: string;
    groupId: string;
    id: number;
    name: string;
    serverId: string;
    updatedAt?: string;
}

Type declaration

  • createdAt: string

    The ISO 8601 timestamp that the category was created at

  • groupId: string

    The ID of the group

  • id: number

    The ID of the category

  • name: string

    Name of the category

  • serverId: string

    The ID of the server

  • Optional updatedAt?: string

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

Generated using TypeDoc