Type Alias KSGiftedSubRoleDeleteArgs<ExtArgs>

KSGiftedSubRoleDeleteArgs<ExtArgs>: {
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
    where: KSGiftedSubRoleWhereUniqueInput;
}

KSGiftedSubRole delete

Type Parameters

Type declaration