8 lines
441 B
TypeScript
8 lines
441 B
TypeScript
import catalog from './operation-catalog-58e2204.json' with { type: 'json' };
|
|
import type { OperationCatalogRegistry, OperationCatalogRow } from './operation-catalog-service.js';
|
|
|
|
/** Generated safe six-field projection of the audited 58e2204 registry. */
|
|
export const operationCatalogRegistry: OperationCatalogRegistry = Object.freeze({
|
|
listOperations: (): readonly OperationCatalogRow[] => catalog as readonly OperationCatalogRow[],
|
|
});
|