UNPKG

surrealdb-driver

Version:
9 lines (8 loc) 124 B
/** * @interface Record */ export interface Record { id: string; method: string; params?: string | any[]; }