# Type aliases
Any - any in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Any.
Array - array in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Array.
Boolean - boolean in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Boolean.
Common defines common fields in the all types Deprecated: github.com/go-generalize/go-easyparser/types.Common.
Date - RFC3399 string in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Date.
Enumerable interface represents union types Deprecated: github.com/go-generalize/go-easyparser/types.Enumerable.
Map - {[key: ...]: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Map.
NamedType interface represents named types Deprecated: github.com/go-generalize/go-easyparser/types.NamedType.
Nullable - ..
Number - number in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Number.
Object - {field1: ..., field2: ...} in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.Object.
ObjectEntry is an field in objects.
RawNumberEnumCandidate represents a raw candidate for number enum Deprecated: github.com/go-generalize/go-easyparser/types.RawNumberEnumCandidate.
RawStringEnumCandidate represents a raw candidate for string enum Deprecated: github.com/go-generalize/go-easyparser/types.RawStringEnumCandidate.
String - string in TypeScript Deprecated: github.com/go-generalize/go-easyparser/types.String.
Type interface represents all TypeScript types handled by go2ts Deprecated: github.com/go-generalize/go-easyparser/types.Type.