DisBot
    Preparing search index...

    Type Alias Guilds$AutoRolesArgs<ExtArgs>

    Guilds.AutoRoles

    type Guilds$AutoRolesArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildAutoRolesWhereUniqueInput;
        distinct?:
            | Prisma.GuildAutoRolesScalarFieldEnum
            | Prisma.GuildAutoRolesScalarFieldEnum[];
        include?: GuildAutoRolesInclude<ExtArgs>
        | null;
        omit?: GuildAutoRolesOmit<ExtArgs> | null;
        orderBy?:
            | GuildAutoRolesOrderByWithRelationInput
            | GuildAutoRolesOrderByWithRelationInput[];
        select?: GuildAutoRolesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildAutoRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: GuildAutoRolesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoRoles

    select?: GuildAutoRolesSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildAutoRoles

    skip?: number
    take?: number