UNPKG

logic-bind-model

Version:
14 lines (10 loc) 264 B
import type { IService } from './i-service.d.ts'; /** * Object control interface. */ declare interface IServiceAjax extends IService { baseConfig: object; // TODO: Type isolation url: string; } export default IServiceAjax; export { IServiceAjax };