UNPKG

@swapnet-xyz/sdk

Version:
4 lines (3 loc) 90 B
export type PartialRecord<K extends string | number | symbol, T> = { [P in K]?: T; };