DisBot
    Preparing search index...

    Type Alias GuildSecurity$VerificationGatesArgs<ExtArgs>

    GuildSecurity.VerificationGates

    type GuildSecurity$VerificationGatesArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: VerificationGatesWhereUniqueInput;
        distinct?:
            | Prisma.VerificationGatesScalarFieldEnum
            | Prisma.VerificationGatesScalarFieldEnum[];
        include?: VerificationGatesInclude<ExtArgs>
        | null;
        omit?: VerificationGatesOmit<ExtArgs> | null;
        orderBy?:
            | VerificationGatesOrderByWithRelationInput
            | VerificationGatesOrderByWithRelationInput[];
        select?: VerificationGatesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: VerificationGatesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the VerificationGates

    Select specific fields to fetch from the VerificationGates

    skip?: number
    take?: number