UNPKG

memory-card

Version:

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

5 lines 165 B
export declare type PayloadDataType = number | string; export interface MemoryCardPayload { [idx: string]: PayloadDataType; } //# sourceMappingURL=types.d.ts.map