1
common/resources/client/utils/ts/partial-with-required.ts
Executable file
1
common/resources/client/utils/ts/partial-with-required.ts
Executable file
@@ -0,0 +1 @@
|
||||
export type PartialWithRequired<T, K extends keyof T> = Pick<T, K> & Partial<T>;
|
||||
Reference in New Issue
Block a user