Skip to content

Variable: GetMacroBodyByMacroIdSchema

ts
const GetMacroBodyByMacroIdSchema: ZodObject<{
  id: ZodString;
  macroId: ZodString;
  version: ZodNumber;
}, $strip>;

Defined in: src/v1/parameters/getMacroBodyByMacroId.ts:3