Skip to content

Variable: GetAndAsyncConvertMacroBodyByMacroIdSchema

ts
const GetAndAsyncConvertMacroBodyByMacroIdSchema: ZodObject<{
  allowCache: ZodOptional<ZodBoolean>;
  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: ZodCustom<"view" | string & object | "export_view" | "styled_view", "view" | string & object | "export_view" | "styled_view">;
  version: ZodNumber;
}, $strip>;

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