DisBot
    Preparing search index...

    Type Alias Users$VanitysArgs<ExtArgs>

    Users.Vanitys

    type Users$VanitysArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: VanitysWhereUniqueInput;
        distinct?: Prisma.VanitysScalarFieldEnum | Prisma.VanitysScalarFieldEnum[];
        include?: VanitysInclude<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        orderBy?:
            | VanitysOrderByWithRelationInput
            | VanitysOrderByWithRelationInput[];
        select?: VanitysSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VanitysWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: VanitysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    select?: VanitysSelect<ExtArgs> | null

    Select specific fields to fetch from the Vanitys

    skip?: number
    take?: number