Type Alias GuildGettingStartedGroupByOutputType

GuildGettingStartedGroupByOutputType: {
    _count: GuildGettingStartedCountAggregateOutputType | null;
    _max: GuildGettingStartedMaxAggregateOutputType | null;
    _min: GuildGettingStartedMinAggregateOutputType | null;
    dbId: string;
    didBuyPremium: boolean | null;
    didDismissGuildAds: boolean | null;
    didSetupBirthday: boolean | null;
    didSetupFirstContentCreator: boolean | null;
    guildId: string;
}