@gati-framework/runtime
Version:
Gati runtime execution engine for running handler-based applications
9 lines • 304 B
JavaScript
/**
* @module runtime/types/storage-contract
* @description Storage contract interface for pluggable manifest storage backends
*
* Allows Gati to use any storage implementation (in-memory, SQLite, PostgreSQL, etc.)
* via the module system.
*/
export {};
//# sourceMappingURL=storage-contract.js.map