alepha
Version:
Easy-to-use modern TypeScript framework for building many kind of applications.
25 lines (20 loc) • 1.11 kB
text/typescript
import { $module } from "alepha";
// ---------------------------------------------------------------------------------------------------------------------
export * from "./entities/parameters.ts";
export * from "./schemas/activateParameterBodySchema.ts";
export * from "./schemas/createParameterVersionBodySchema.ts";
export * from "./schemas/parameterCurrentResponseSchema.ts";
export * from "./schemas/parameterHistoryResponseSchema.ts";
export * from "./schemas/parameterNameParamSchema.ts";
export * from "./schemas/parameterNamesResponseSchema.ts";
export * from "./schemas/parameterResponseSchema.ts";
export * from "./schemas/parameterStatusSchema.ts";
export * from "./schemas/parameterTreeNodeSchema.ts";
export * from "./schemas/parameterVersionParamSchema.ts";
export * from "./schemas/parameterVersionResponseSchema.ts";
export * from "./schemas/rollbackParameterBodySchema.ts";
// ---------------------------------------------------------------------------------------------------------------------
export const AlephaApiParameters = $module({
name: "alepha.api.parameters",
services: [],
});