Type Alias UserNotificationsUpsertArgs<ExtArgs>

UserNotificationsUpsertArgs<ExtArgs>: {
    create: XOR<UserNotificationsCreateInput, UserNotificationsUncheckedCreateInput>;
    include?: UserNotificationsInclude<ExtArgs> | null;
    omit?: UserNotificationsOmit<ExtArgs> | null;
    select?: UserNotificationsSelect<ExtArgs> | null;
    update: XOR<UserNotificationsUpdateInput, UserNotificationsUncheckedUpdateInput>;
    where: UserNotificationsWhereUniqueInput;
}

UserNotifications upsert

Type Parameters

Type declaration