Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/error.ts>ITpyErrors

🔑 A strongly typed Pylon API client.
Latest
interface ITpyErrors
import { type ITpyErrors } from "https://deno.land/x/tpy@v1.0.0-RC/src/error.ts";

As TpyErrors is a asserted as a const type, it cannot be directly typed out. This is an interface to what shape it takes.

Index Signatures

[name: string]: { message: (s: string) => string; description: string; }