DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuCreateManyAndReturnArgs<ExtArgs>

    ReactionRoleSelectmenu createManyAndReturn

    type ReactionRoleSelectmenuCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | ReactionRoleSelectmenuCreateManyInput
            | ReactionRoleSelectmenuCreateManyInput[];
        include?: ReactionRoleSelectmenuIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: ReactionRoleSelectmenuOmit<ExtArgs> | null;
        select?: ReactionRoleSelectmenuSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many ReactionRoleSelectmenus.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleSelectmenu

    Select specific fields to fetch from the ReactionRoleSelectmenu

    skipDuplicates?: boolean