/** * APITemplate.io - Pdf Resource * Re-exports all operation types for this resource. */ import type { ApiTemplateIoV1PdfCreateNode } from './operation_create'; export * from './operation_create'; export type ApiTemplateIoV1PdfNode = ApiTemplateIoV1PdfCreateNode;