DisBot
    Preparing search index...

    Type Alias TempVoicesCreateArgs<ExtArgs>

    TempVoices create

    type TempVoicesCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<TempVoicesCreateInput, TempVoicesUncheckedCreateInput>;
        include?: TempVoicesInclude<ExtArgs> | null;
        omit?: TempVoicesOmit<ExtArgs> | null;
        select?: TempVoicesSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a TempVoices.

    include?: TempVoicesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TempVoicesOmit<ExtArgs> | null

    Omit specific fields from the TempVoices

    select?: TempVoicesSelect<ExtArgs> | null

    Select specific fields to fetch from the TempVoices