Type Alias GuildGettingStartedScalarWhereWithAggregatesInput

GuildGettingStartedScalarWhereWithAggregatesInput: {
    AND?: GuildGettingStartedScalarWhereWithAggregatesInput | GuildGettingStartedScalarWhereWithAggregatesInput[];
    NOT?: GuildGettingStartedScalarWhereWithAggregatesInput | GuildGettingStartedScalarWhereWithAggregatesInput[];
    OR?: GuildGettingStartedScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildGettingStarted"> | string;
    didBuyPremium?: BoolNullableWithAggregatesFilter<"GuildGettingStarted"> | boolean | null;
    didDismissGuildAds?: BoolNullableWithAggregatesFilter<"GuildGettingStarted"> | boolean | null;
    didSetupBirthday?: BoolNullableWithAggregatesFilter<"GuildGettingStarted"> | boolean | null;
    didSetupFirstContentCreator?: BoolNullableWithAggregatesFilter<"GuildGettingStarted"> | boolean | null;
    guildId?: StringWithAggregatesFilter<"GuildGettingStarted"> | string;
}