Type Alias: TagSet
type TagSet = Tag[] & object;
Defined in: gen/types.gen.ts:2997
List of tags. Tags need to start with a letter; then alphanumerics, _, -, :, or .; length ≤ 100.
Type Declaration
length
readonly length: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;