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