DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationAttachmentsCreateArgs<ExtArgs>

    GuildDisBotAutoModerationAttachments create

    type GuildDisBotAutoModerationAttachmentsCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildDisBotAutoModerationAttachmentsCreateInput,
            GuildDisBotAutoModerationAttachmentsUncheckedCreateInput,
        >;
        include?: GuildDisBotAutoModerationAttachmentsInclude<ExtArgs>
        | null;
        omit?: GuildDisBotAutoModerationAttachmentsOmit<ExtArgs> | null;
        select?: GuildDisBotAutoModerationAttachmentsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildDisBotAutoModerationAttachments.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildDisBotAutoModerationAttachments

    Select specific fields to fetch from the GuildDisBotAutoModerationAttachments