DisBot
    Preparing search index...

    Type Alias Users$ApisArgs<ExtArgs>

    Users.Apis

    type Users$ApisArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: ApisWhereUniqueInput;
        distinct?: Prisma.ApisScalarFieldEnum | Prisma.ApisScalarFieldEnum[];
        include?: ApisInclude<ExtArgs> | null;
        omit?: ApisOmit<ExtArgs> | null;
        orderBy?: ApisOrderByWithRelationInput | ApisOrderByWithRelationInput[];
        select?: ApisSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: ApisWhereInput;
    }

    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

    skip?: number
    take?: number