Type Alias UserGettingStartedScalarWhereWithAggregatesInput

UserGettingStartedScalarWhereWithAggregatesInput: {
    AND?: UserGettingStartedScalarWhereWithAggregatesInput | UserGettingStartedScalarWhereWithAggregatesInput[];
    NOT?: UserGettingStartedScalarWhereWithAggregatesInput | UserGettingStartedScalarWhereWithAggregatesInput[];
    OR?: UserGettingStartedScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"UserGettingStarted"> | string;
    didBuyPremium?: BoolNullableWithAggregatesFilter<"UserGettingStarted"> | boolean | null;
    didDismissUserAds?: BoolNullableWithAggregatesFilter<"UserGettingStarted"> | boolean | null;
    didInviteATeamMember?: BoolNullableWithAggregatesFilter<"UserGettingStarted"> | boolean | null;
    didJoinATeam?: BoolNullableWithAggregatesFilter<"UserGettingStarted"> | boolean | null;
    didLinkAllSocials?: BoolNullableWithAggregatesFilter<"UserGettingStarted"> | boolean | null;
    userId?: StringWithAggregatesFilter<"UserGettingStarted"> | string;
}