Type Alias GuildGameCategoryRouteMinAggregateOutputType
GuildGameCategoryRouteMinAggregateOutputType: {
channelId: string | null;
dbId: string | null;
gameConfigId: string | null;
minDiscountPercent: number | null;
pingRoleId: string | null;
priority: number | null;
webhookAvatarUrl: string | null;
webhookEnabled: boolean | null;
webhookUsername: string | null;
}