Type Alias GuildGameChangelogMinAggregateOutputType

GuildGameChangelogMinAggregateOutputType: {
    channelId: string | null;
    dbId: string | null;
    gameConfigId: string | null;
    pingRoleId: string | null;
    steamAppId: number | null;
    title: string | null;
}