File

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/type-instead-of-interface-error.ts

Index

Properties

Properties

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

type MyState = {
  propA: string;
  propB: string;
};

interface MyResources {
  propA: string;
}
export class MyComponent extends AbstractBuildingBlock<MyState, MyResources> {}

results matching ""

    No results matching ""