DisBot
    Preparing search index...

    Type Alias Guilds$AutoReactsArgs<ExtArgs>

    Guilds.AutoReacts

    type Guilds$AutoReactsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildAutoReactsWhereUniqueInput;
        distinct?:
            | Prisma.GuildAutoReactsScalarFieldEnum
            | Prisma.GuildAutoReactsScalarFieldEnum[];
        include?: GuildAutoReactsInclude<ExtArgs>
        | null;
        omit?: GuildAutoReactsOmit<ExtArgs> | null;
        orderBy?:
            | GuildAutoReactsOrderByWithRelationInput
            | GuildAutoReactsOrderByWithRelationInput[];
        select?: GuildAutoReactsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildAutoReactsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoReacts

    Select specific fields to fetch from the GuildAutoReacts

    skip?: number
    take?: number