@gati-framework/runtime
Version:
Gati runtime execution engine for running handler-based applications
16 lines • 434 B
JavaScript
/**
* @module runtime/types/manifest-store
* @description Manifest and Schema Store types for Gati framework
*
* This implements Task 15 from the runtime architecture spec:
* - Manifest Store interface
* - Handler Manifest structure
* - GType schema definitions
* - Version Graph types
* - Transformer stub types
* - Timescape metadata types
*
* Requirements: 11.5
*/
export {};
//# sourceMappingURL=manifest-store.js.map