Type Alias GuildGettingStartedMaxAggregateOutputType

GuildGettingStartedMaxAggregateOutputType: {
    dbId: string | null;
    didBuyPremium: boolean | null;
    didDismissGuildAds: boolean | null;
    didSetupBirthday: boolean | null;
    didSetupFirstContentCreator: boolean | null;
    guildId: string | null;
}