Skip to main content
Module

x/authlete_deno/mod.ts>ImplInfo

Authlete Library for Deno
Latest
type alias ImplInfo
import { type ImplInfo } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

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

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