Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/object/findFirstKey/tests

Index

Object literals

Object literals

Const objectOfObjectsMockData

objectOfObjectsMockData: object

10

10: object

age

age: number = 36

first_name

first_name: string = "John"

id

id: number = 10

last_name

last_name: string = "Smith"

married

married: boolean = false

contact_info

contact_info: object

home

home: object

phone

phone: string = "3422134"

2

2: object

age

age: number = 38

first_name

first_name: string = "John"

id

id: number = 2

last_name

last_name: string = "Doe"

married

married: boolean = true

contact_info

contact_info: object

home

home: object

phone

phone: string = "5411222"

4

4: object

age

age: number = 36

first_name

first_name: string = "Jane"

id

id: number = 4

last_name

last_name: string = "Doe"

married

married: boolean = true

contact_info

contact_info: object

home

home: object

phone

phone: string = "5411222"

work

work: object

phone

phone: string = "9592112"

Generated using TypeDoc