Type Alias KSGiftedSubRoleCreateArgs<ExtArgs>

KSGiftedSubRoleCreateArgs<ExtArgs>: {
    data: XOR<KSGiftedSubRoleCreateInput, KSGiftedSubRoleUncheckedCreateInput>;
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
}

KSGiftedSubRole create

Type Parameters

Type declaration