File

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/warnings.ts

Index

Properties

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> {}

results matching ""

    No results matching ""