UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

7 lines (6 loc) 182 B
import { ContextTypeEnum } from '../../../types/ContextTypeEnum'; export interface NotyDataInterface { context: ContextTypeEnum; message: string; delay?: number; }