Type Alias KSGiftedSubRoleCreateManyArgs<ExtArgs>

KSGiftedSubRoleCreateManyArgs<ExtArgs>: {
    data: KSGiftedSubRoleCreateManyInput | KSGiftedSubRoleCreateManyInput[];
    skipDuplicates?: boolean;
}

KSGiftedSubRole createMany

Type Parameters

Type declaration