Type representing the serialized output of table metadata.
This type is inferred from the TableMetadataTransform schema and represents
the structure of metadata after serialization, with all EntityClass references
converted to strings and all non-serializable data (functions, Zod types, serializers) removed.
Example
constmetadata: SerializedTableMetadata = User.metadata(); // metadata is a plain object with readonly properties
Type representing the serialized output of table metadata. This type is inferred from the TableMetadataTransform schema and represents the structure of metadata after serialization, with all EntityClass references converted to strings and all non-serializable data (functions, Zod types, serializers) removed.