Interface APIGuildCategory

interface APIGuildCategory {
    createdAt: Date;
    groupId: string;
    id: number;
    name: string;
    serverId: string;
    updatedAt: null | Date;
}

Properties

createdAt: Date
groupId: string
id: number
name: string
serverId: string
updatedAt: null | Date