mirror of
https://github.com/OCEAN-xyz/datum-gateway-startos.git
synced 2025-05-12 11:10:42 +02:00
6 lines
284 B
TypeScript
6 lines
284 B
TypeScript
export { setConfig } from "./procedures/setConfig.ts";
|
|
export { getConfig } from "./procedures/getConfig.ts";
|
|
export { properties } from "./procedures/properties.ts";
|
|
export { migration } from "./procedures/migrations.ts";
|
|
export { dependencies } from "./procedures/dependencies.ts";
|