UNPKG

rest-api-handler

Version:
9 lines (8 loc) 662 B
import { ApiResponseType as ApiResponseTypeSource } from './DefaultResponseProcessor'; import { ApiExceptionConstructor as ApiExceptionConstructorSource, ApiExceptionInterface as ApiExceptionInterfaceSource } from './DefaultApiException'; export declare type ApiResponseType<A> = ApiResponseTypeSource<A>; export declare type ApiExceptionConstructor<A> = ApiExceptionConstructorSource<A>; export declare type ApiExceptionInterface<A> = ApiExceptionInterfaceSource<A>; export { default as Api } from './Api'; export { default as DefaultResponseProcessor } from './DefaultResponseProcessor'; export { default as DefaultApiException } from './DefaultApiException';