Type Alias UserBirthdayUncheckedCreateWithoutUserInput

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