File

libs/sdk/src/lib/model/pfe-json.schema.ts

Extends

Omit

Index

Properties

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;
}

results matching ""

    No results matching ""