Type Alias UserBirthdayCreateWithoutUserInput
UserBirthdayCreateWithoutUserInput: { date?: string | null; dbId?: string; lastChanged?: Date | string | null; lastYearCongratulated?: number | null; whereToCongratulate?: UserBirthdayCreatewhereToCongratulateInput | string[]; }