UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

7 lines (6 loc) 264 B
import { ServiceListInterface } from '../interfaces/ServiceListInterface'; export interface ServiceListContract { getServiceDependsList(): string[]; setServiceList(serviceList: ServiceListInterface): void; getService(serviceName: string): any; }