UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

16 lines (15 loc) 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSToolsAbstractMap = void 0; exports.JSToolsAbstractMap = { // services AxiosServiceContract: 'AxiosServiceContract', FormValidateServiceContract: 'TranslateServiceContract', NotyServiceContract: 'NotyServiceContract', PageServiceContract: 'PageServiceContract', TranslateServiceContract: 'TranslateServiceContract', ValidateServiceContract: 'ValidateServiceContract', // entities FormContract: 'FormContract', ModalContract: 'ModalContract', };