DisBot
    Preparing search index...

    Type Alias ApisDeleteArgs<ExtArgs>

    Apis delete

    type ApisDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: ApisInclude<ExtArgs> | null;
        omit?: ApisOmit<ExtArgs> | null;
        select?: ApisSelect<ExtArgs> | null;
        where: ApisWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: ApisInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: ApisOmit<ExtArgs> | null

    Omit specific fields from the Apis

    select?: ApisSelect<ExtArgs> | null

    Select specific fields to fetch from the Apis

    Filter which Apis to delete.