UNPKG

@dataswift/hat-js

Version:

HAT JavaScript SDK for web and Node.js

9 lines (8 loc) 149 B
export interface HatRecord<T> { endpoint: string; recordId: string; data: T; } export interface HatRecordDelete { message: string; }