Type Alias UserGettingStartedGroupByOutputType

UserGettingStartedGroupByOutputType: {
    _count: UserGettingStartedCountAggregateOutputType | null;
    _max: UserGettingStartedMaxAggregateOutputType | null;
    _min: UserGettingStartedMinAggregateOutputType | null;
    dbId: string;
    didBuyPremium: boolean | null;
    didDismissUserAds: boolean | null;
    didInviteATeamMember: boolean | null;
    didJoinATeam: boolean | null;
    didLinkAllSocials: boolean | null;
    userId: string;
}