Type Alias KSGiftedSubRoleCreateManyAndReturnArgs<ExtArgs>

KSGiftedSubRoleCreateManyAndReturnArgs<ExtArgs>: {
    data: KSGiftedSubRoleCreateManyInput | KSGiftedSubRoleCreateManyInput[];
    include?: KSGiftedSubRoleIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

KSGiftedSubRole createManyAndReturn

Type Parameters

Type declaration