DisBot
    Preparing search index...

    Type Alias GuildReactionRolesDefaultArgs<ExtArgs>

    GuildReactionRoles without action

    type GuildReactionRolesDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildReactionRolesInclude<ExtArgs> | null;
        omit?: GuildReactionRolesOmit<ExtArgs> | null;
        select?: GuildReactionRolesSelect<ExtArgs> | null;
    }

    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