UNPKG

ngx-json-ui

Version:

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.

10 lines (9 loc) 192 B
/** * Data interface for passing custom data to overlay components. */ export interface OverlayData { config?: any; form?: any; validationSchema?: any; [key: string]: any; }