DisBot
    Preparing search index...

    Type Alias GuildReactionRoles$SelectMenuArgs<ExtArgs>

    GuildReactionRoles.SelectMenu

    type GuildReactionRoles$SelectMenuArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: ReactionRoleSelectmenuInclude<ExtArgs> | null;
        omit?: ReactionRoleSelectmenuOmit<ExtArgs> | null;
        select?: ReactionRoleSelectmenuSelect<ExtArgs> | null;
        where?: ReactionRoleSelectmenuWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleSelectmenu

    Select specific fields to fetch from the ReactionRoleSelectmenu