UNPKG

@forestadmin/forestadmin-client

Version:

This package contains the logic to use the ForestAdmin API inside an agent.

5 lines 306 B
import { BaseClient, ClientOptions, RegisterOther, TypeOfGenericClient } from 'openid-client'; export interface ClientExt extends TypeOfGenericClient<BaseClient> { register: (metadata: object, other?: RegisterOther & ClientOptions) => Promise<BaseClient>; } //# sourceMappingURL=type-overrides.d.ts.map