dyna-record
    Preparing search index...

    Type Alias SerializedTableMetadata

    SerializedTableMetadata: z.output<typeof TableMetadataTransform>

    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.

    const metadata: SerializedTableMetadata = User.metadata();
    // metadata is a plain object with readonly properties