Type Alias UserGettingStartedUncheckedCreateWithoutUserInput

UserGettingStartedUncheckedCreateWithoutUserInput: {
    dbId?: string;
    didBuyPremium?: boolean | null;
    didDismissUserAds?: boolean | null;
    didInviteATeamMember?: boolean | null;
    didJoinATeam?: boolean | null;
    didLinkAllSocials?: boolean | null;
}