@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias RoleCreateManyArgs<ExtArgs>

    Role createMany

    type RoleCreateManyArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: RoleCreateManyInput
        | RoleCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    The data used to create many Roles.

    skipDuplicates?: boolean