UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

5 lines (4 loc) 155 B
import { NotyDataInterface } from '../interfaces/NotyDataInterface'; export interface NotyServiceContract { show(data: NotyDataInterface): void; }