Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ImplInfo
import { type ImplInfo } from "https://deno.land/x/authlete_deno@v1.2.9/src/api/authlete_api_factory.ts";

The alias for the type of an object holding information about an implementation class of AuthleteApi interface.

definition: { name: string; path: string; }