Type Alias UserGettingStartedMinAggregateOutputType

UserGettingStartedMinAggregateOutputType: {
    dbId: string | null;
    didBuyPremium: boolean | null;
    didDismissUserAds: boolean | null;
    didInviteATeamMember: boolean | null;
    didJoinATeam: boolean | null;
    didLinkAllSocials: boolean | null;
    userId: string | null;
}