File

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

Index

Properties

Properties

addresses
Type Address[]
firstName
Type string
name
Type string
export interface Person {
  name: string;
  firstName: string;
  addresses: Address[];
}
export interface Address {
  city: string;
  country: string;
  type: string;
}

results matching ""

    No results matching ""