UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

5 lines (4 loc) 205 B
import { CallbackListInterface } from '../interfaces/CallbackListInterface'; export interface AxiosServiceContract { send(data: any, callbackList: CallbackListInterface, showNoty: boolean): any; }