UNPKG

@roochnetwork/rooch-sdk-kit

Version:
2 lines (1 loc) 71 B
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<T>;