File

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

Extends

AbstractBuildingBlock

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

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

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

results matching ""

    No results matching ""