UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

5 lines 273 B
import { z } from 'zod'; import { BaseResponseSchema } from '../../../core/schemas'; export const AkashaGenerateParamsSchema = z.object({}).passthrough(); export const AkashaGenerateResponseSchema = BaseResponseSchema(z.string()); //# sourceMappingURL=akashaGenerate.js.map