Home > @datashaper/workflow > CopyWithPartial
Signature:
export type CopyWithPartial<T, K extends keyof T> = Omit<T, K> & Partial<T>;Home > @datashaper/workflow > CopyWithPartial
Signature:
export type CopyWithPartial<T, K extends keyof T> = Omit<T, K> & Partial<T>;