UNPKG

surrealdb-driver

Version:
6 lines (5 loc) 96 B
export interface QueryResult<T> { result: T[]; status: string; time: string; }