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';
/**
* @additionalProperties false
*/
export interface PfeJsonSchema extends Omit<DefaultNgxPfeConfig, 'pagesConfiguration'> {
/** The JSON Schema for this file */
$schema?: string;
}