UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

6 lines (5 loc) 100 B
export interface RequestDataInterface { url: string; method: string; data?: any; }