libs/sdk/src/lib/model/pfe-json.schema.ts
Omit
Properties |
|
| $schema (Optional) | |
| Type |
string
|
|
Description
|
The JSON Schema for this file |
import { DefaultNgxPfeConfig } from '@allianz/ngx-pfe';
export interface PfeJsonSchema extends Omit<DefaultNgxPfeConfig, 'pagesConfiguration'> {
/** The JSON Schema for this file */
$schema?: string;
}