{"version":3,"sources":["../../src/types/Routes.ts"],"sourcesContent":["export type Route = {\n  urlModel: string;\n\n  url: string | ((args: any) => string);\n  method: 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE';\n};\n\nexport type Routes = Record<string, Route>;\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}