DisBot
    Preparing search index...

    Type Alias TempVoicesDefaultArgs<ExtArgs>

    TempVoices without action

    type TempVoicesDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: TempVoicesInclude<ExtArgs> | null;
        omit?: TempVoicesOmit<ExtArgs> | null;
        select?: TempVoicesSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    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