Skip to main content
Tuple = object
Defined in: src/modules/types.ts:104 Simple tuple type with integer and string fields

Properties

i

i: string
Defined in: src/modules/types.ts:106 Integer field

s

s: string
Defined in: src/modules/types.ts:108 String field