@datalayer/core
Version:
[](https://datalayer.io)
12 lines (11 loc) • 297 B
TypeScript
/**
* Runtimes API exports.
*
* Provides organized access to runtime management functionality.
*
* @module api/runtimes
*/
export * as environments from './environments';
export * as healthz from './healthz';
export * as runtimes from './runtimes';
export * as snapshots from './snapshots';