Collection of metadata schemas for multiple types.
IMetadataSchemaCollection contains metadata schemas generated from multiple
TypeScript types via typia.reflect.schemas<[T1, T2, ...]>(). Each schema in
schemas corresponds to one input type, while shared type definitions
(objects, aliases, arrays, tuples) are stored in components.
Collection of metadata schemas for multiple types.
IMetadataSchemaCollectioncontains metadata schemas generated from multiple TypeScript types viatypia.reflect.schemas<[T1, T2, ...]>(). Each schema in schemas corresponds to one input type, while shared type definitions (objects, aliases, arrays, tuples) are stored in components.Author
Jeongho Nam - https://github.com/samchon