Const Readonly boolean: readonly ["boolean", "true if ", "(boolean)"]Readonly number: readonly ["number", null, "(number)"]Readonly number[]: readonly ["array of numbers", "array of numbers", "(array of numbers)"]Readonly string: readonly ["string", "string", "(string)"]Readonly string[]: readonly ["array of strings", "array of strings", "(array of strings)"]Generated using TypeDoc
Actual templates used to match Specs item values (i.e. descriptions).
number.boolean.number[].string[].string.string.