Type Alias GuildGameCategoryRouteSelectScalar

GuildGameCategoryRouteSelectScalar: {
    channelId?: boolean;
    dbId?: boolean;
    flags?: boolean;
    gameConfigId?: boolean;
    genres?: boolean;
    kinds?: boolean;
    minDiscountPercent?: boolean;
    pingRoleId?: boolean;
    priority?: boolean;
    stores?: boolean;
    tags?: boolean;
    webhookAvatarUrl?: boolean;
    webhookEnabled?: boolean;
    webhookUsername?: boolean;
}