UNPKG

@fusionauth/typescript-client

Version:
6 lines (5 loc) 232 B
import IRESTClient from "./IRESTClient"; import IRESTClientBuilder from "./IRESTClientBuilder"; export default class DefaultRESTClientBuilder implements IRESTClientBuilder { build<RT, ERT>(host: string): IRESTClient<RT, ERT>; }