UNPKG
@pubby.club/sdk
Version:
latest (0.0.1)
next (0.0.1)
0.0.1
Pubby Development Kit
github.com/pubby-club/sdk
pubby-club/sdk
@pubby.club/sdk
/
types
/
lib
/
types.d.ts
4 lines
(3 loc)
•
82 B
TypeScript
View Raw
1
2
3
4
export
declare
type
DeepPartial<T> = { [p
in
keyof T]?: DeepPartial<T[p]>; };