Type Alias GuildGettingStartedUncheckedCreateInput

GuildGettingStartedUncheckedCreateInput: {
    dbId?: string;
    didBuyPremium?: boolean | null;
    didDismissGuildAds?: boolean | null;
    didSetupBirthday?: boolean | null;
    didSetupFirstContentCreator?: boolean | null;
    guildId: string;
}