UNPKG

@formio-tmt/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.

17 lines 481 B
import * as i0 from "@angular/core"; export interface FormioResourceRouteConfig { index?: any; create?: any; resource?: any; view?: any; edit?: any; delete?: any; } export declare class FormioResourceConfig { name: string; form: string; parents: any[]; static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FormioResourceConfig>; } //# sourceMappingURL=resource.config.d.ts.map