@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
8 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AkashaGenerateResponseSchema = exports.AkashaGenerateParamsSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
exports.AkashaGenerateParamsSchema = zod_1.z.object({}).passthrough();
exports.AkashaGenerateResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.string());
//# sourceMappingURL=akashaGenerate.js.map