Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DrizzleTypeError

interface DrizzleTypeError <T> {
$brand: "DrizzleTypeError";
message: T;
}

§Type Parameters

§Properties

§
$brand: "DrizzleTypeError"
[src]
§
message: T
[src]