libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/warnings.ts
string
import { AbstractBuildingBlock } from '@allianz/taly-core'; interface MyState { propA: string; propB: string; } interface MyResources { literal: { a: string; }; } export class MyComponent extends AbstractBuildingBlock<MyState, MyResources> {}