pub fn compile_serializable_spec(
spec: SerializableStreamSpec,
entity_name: String,
config: Option<TypeScriptConfig>,
) -> Result<TypeScriptOutput, String>Expand description
Generate TypeScript from a SerializableStreamSpec (for CLI use) This allows the CLI to compile TypeScript without needing the typed spec