UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

6 lines (5 loc) 136 B
export interface TranslateServiceInitDataInterface { langDefault: string; langCurrent: string; translationList: any; }