DisBot
    Preparing search index...

    Type Alias VanitysCreateManyArgs<ExtArgs>

    Vanitys createMany

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

    Type Parameters

    Index

    Properties

    The data used to create many Vanitys.

    skipDuplicates?: boolean