UNPKG

@fusionauth/typescript-client

Version:
5 lines (4 loc) 145 B
import IRESTClient from "./IRESTClient"; export default interface IRESTClientBuilder { build<RT, ERT>(host: string): IRESTClient<RT, ERT>; }