DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateManyArgs<ExtArgs>

    VanityEmbed createMany

    type VanityEmbedCreateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: VanityEmbedCreateManyInput | VanityEmbedCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many VanityEmbeds.

    skipDuplicates?: boolean