export interface FormClass {
  firstLayerPropertyA: string;
  firstLayerPropertyB: (typeof MyClass)[];
  firstLayerPropertyC: boolean;
}

class MyClass {
  myPropertyA: string;
  myPropertyB: boolean;
  myPropertyC: number;
  myPropertyD: (typeof MyClass)[];
}

results matching ""

    No results matching ""