DisBot
    Preparing search index...

    Type Alias ApisCreateArgs<ExtArgs>

    Apis create

    type ApisCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<ApisCreateInput, ApisUncheckedCreateInput>;
        include?: ApisInclude<ExtArgs> | null;
        omit?: ApisOmit<ExtArgs> | null;
        select?: ApisSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a Apis.

    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