DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationMentionsCreateArgs<ExtArgs>

    GuildDisBotAutoModerationMentions create

    type GuildDisBotAutoModerationMentionsCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildDisBotAutoModerationMentionsCreateInput,
            GuildDisBotAutoModerationMentionsUncheckedCreateInput,
        >;
        include?: GuildDisBotAutoModerationMentionsInclude<ExtArgs>
        | null;
        omit?: GuildDisBotAutoModerationMentionsOmit<ExtArgs> | null;
        select?: GuildDisBotAutoModerationMentionsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildDisBotAutoModerationMentions.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildDisBotAutoModerationMentions

    Select specific fields to fetch from the GuildDisBotAutoModerationMentions