Type Alias UserNotificationsCreateArgs<ExtArgs>

UserNotificationsCreateArgs<ExtArgs>: {
    data: XOR<UserNotificationsCreateInput, UserNotificationsUncheckedCreateInput>;
    include?: UserNotificationsInclude<ExtArgs> | null;
    omit?: UserNotificationsOmit<ExtArgs> | null;
    select?: UserNotificationsSelect<ExtArgs> | null;
}

UserNotifications create

Type Parameters

Type declaration