Type Alias GuildDropsGameMinAggregateOutputType

GuildDropsGameMinAggregateOutputType: {
    channelId: string | null;
    createdAt: Date | null;
    dbId: string | null;
    gameId: string | null;
    guildDropsId: string | null;
    liveNotifications: boolean | null;
    roleId: string | null;
}