File

libs/nx/src/executors/shared/metadata-utils/__test/example-library/src/other/person.ts

Index

Properties

Properties

city
Type string
country
Type string
type
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 ""