DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonCreateManyAndReturnArgs<ExtArgs>

    ReactionRoleButton createManyAndReturn

    type ReactionRoleButtonCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | ReactionRoleButtonCreateManyInput
            | ReactionRoleButtonCreateManyInput[];
        include?: ReactionRoleButtonIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: ReactionRoleButtonOmit<ExtArgs> | null;
        select?: ReactionRoleButtonSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many ReactionRoleButtons.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleButton

    Select specific fields to fetch from the ReactionRoleButton

    skipDuplicates?: boolean