UNPKG

memory-card

Version:

ES6 Map like Async API, with Swagger API Backend Support.

6 lines (4 loc) 120 B
export type PayloadDataType = number | string export interface MemoryCardPayload { [idx: string]: PayloadDataType, }