DisBot
    Preparing search index...

    Type Alias Guilds$ReactionRoleArgs<ExtArgs>

    Guilds.ReactionRole

    type Guilds$ReactionRoleArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildReactionRolesWhereUniqueInput;
        distinct?:
            | Prisma.GuildReactionRolesScalarFieldEnum
            | Prisma.GuildReactionRolesScalarFieldEnum[];
        include?: GuildReactionRolesInclude<ExtArgs>
        | null;
        omit?: GuildReactionRolesOmit<ExtArgs> | null;
        orderBy?:
            | GuildReactionRolesOrderByWithRelationInput
            | GuildReactionRolesOrderByWithRelationInput[];
        select?: GuildReactionRolesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildReactionRolesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildReactionRoles

    Select specific fields to fetch from the GuildReactionRoles

    skip?: number
    take?: number