DisBot
    Preparing search index...

    Type Alias GuildBackupsCreateManyAndReturnArgs<ExtArgs>

    GuildBackups createManyAndReturn

    type GuildBackupsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: GuildBackupsCreateManyInput | GuildBackupsCreateManyInput[];
        include?: GuildBackupsIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: GuildBackupsOmit<ExtArgs> | null;
        select?: GuildBackupsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildBackups.

    Choose, which related nodes to fetch as well

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    Select specific fields to fetch from the GuildBackups

    skipDuplicates?: boolean