Skip to main content
Go to Latest
type alias ImplInfo
import { type ImplInfo } from "https://deno.land/x/authlete_deno@v1.2.3/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; }