libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/null.ts
Properties |
b | |
Type |
string
|
import { AbstractBuildingBlock } from '@allianz/taly-core';
interface BuildingBlockResources {
b: string;
}
export class MyComponent extends AbstractBuildingBlock<null, BuildingBlockResources> {}