UNPKG

surrealdb-driver

Version:
9 lines (8 loc) 127 B
/** * @interface QueryResult */ export interface QueryResult<T> { result: T[]; status: string; time: string; }