DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationAttachmentsCreateManyAndReturnArgs<ExtArgs>

    GuildDisBotAutoModerationAttachments createManyAndReturn

    type GuildDisBotAutoModerationAttachmentsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | GuildDisBotAutoModerationAttachmentsCreateManyInput
            | GuildDisBotAutoModerationAttachmentsCreateManyInput[];
        include?: | GuildDisBotAutoModerationAttachmentsIncludeCreateManyAndReturn<
            ExtArgs,
        >
        | null;
        omit?: GuildDisBotAutoModerationAttachmentsOmit<ExtArgs>
        | null;
        select?:
            | GuildDisBotAutoModerationAttachmentsSelectCreateManyAndReturn<
                ExtArgs,
            >
            | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildDisBotAutoModerationAttachments.

    include?:
        | GuildDisBotAutoModerationAttachmentsIncludeCreateManyAndReturn<
            ExtArgs,
        >
        | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildDisBotAutoModerationAttachments

    Select specific fields to fetch from the GuildDisBotAutoModerationAttachments

    skipDuplicates?: boolean