DisBot
    Preparing search index...

    Type Alias Guilds$TempVoicesArgs<ExtArgs>

    Guilds.TempVoices

    type Guilds$TempVoicesArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: TempVoicesWhereUniqueInput;
        distinct?:
            | Prisma.TempVoicesScalarFieldEnum
            | Prisma.TempVoicesScalarFieldEnum[];
        include?: TempVoicesInclude<ExtArgs>
        | null;
        omit?: TempVoicesOmit<ExtArgs> | null;
        orderBy?:
            | TempVoicesOrderByWithRelationInput
            | TempVoicesOrderByWithRelationInput[];
        select?: TempVoicesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: TempVoicesWhereInput;
    }

    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

    skip?: number
    take?: number