DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonCreateArgs<ExtArgs>

    ReactionRoleButton create

    type ReactionRoleButtonCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            ReactionRoleButtonCreateInput,
            ReactionRoleButtonUncheckedCreateInput,
        >;
        include?: ReactionRoleButtonInclude<ExtArgs>
        | null;
        omit?: ReactionRoleButtonOmit<ExtArgs> | null;
        select?: ReactionRoleButtonSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a ReactionRoleButton.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleButton

    Select specific fields to fetch from the ReactionRoleButton