Skip to main content
Go to Latest
interface ResultEntry
import { type ResultEntry } from "https://deno.land/x/deno_surreal@v1.1.0/types.ts";

Properties

time: string
status: "OK" | "ERR"
optional
detail: string
optional
result: T[]