DisBot
    Preparing search index...

    Type Alias LeaveImageDataDeleteArgs<ExtArgs>

    LeaveImageData delete

    type LeaveImageDataDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: LeaveImageDataInclude<ExtArgs> | null;
        omit?: LeaveImageDataOmit<ExtArgs> | null;
        select?: LeaveImageDataSelect<ExtArgs> | null;
        where: LeaveImageDataWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: LeaveImageDataInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the LeaveImageData

    select?: LeaveImageDataSelect<ExtArgs> | null

    Select specific fields to fetch from the LeaveImageData

    Filter which LeaveImageData to delete.