Skip to content

Variable: GetAndConvertMacroBodyByMacroIdSchema

ts
const GetAndConvertMacroBodyByMacroIdSchema: ZodObject<{
  embeddedContentRender: ZodOptional<ZodCustom<string & object | "current" | "version-at-save", string & object | "current" | "version-at-save">>;
  expand: ZodOptional<ZodArray<ZodString>>;
  id: ZodString;
  macroId: ZodString;
  spaceKeyContext: ZodOptional<ZodString>;
  to: ZodString;
  version: ZodNumber;
}, $strip>;

Defined in: src/v1/parameters/getAndConvertMacroBodyByMacroId.ts:4