interface GameCategoryRoute {
    channelId: null | string;
    dbId?: string;
    flags: GameFlag[];
    genres: string[];
    kinds: GameKind[];
    minDiscountPercent: null | number;
    pingRoleId: null | string;
    priority: number;
    stores: GameStore[];
    tags: string[];
    webhookAvatarUrl?: null | string;
    webhookEnabled?: null | boolean;
    webhookUsername?: null | string;
}

Properties

channelId: null | string
dbId?: string
flags: GameFlag[]
genres: string[]
kinds: GameKind[]
minDiscountPercent: null | number
pingRoleId: null | string
priority: number
stores: GameStore[]
tags: string[]
webhookAvatarUrl?: null | string
webhookEnabled?: null | boolean
webhookUsername?: null | string