File

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/state/optional-property-recursion.ts

Extends

AbstractBuildingBlock

import { AbstractBuildingBlock } from '@allianz/taly-core';

export interface MySate {
  resourcesData: string;
  optionalRecursion?: MySate;
}

export class MyComponent extends AbstractBuildingBlock<MySate, undefined> {}

results matching ""

    No results matching ""