UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

10 lines 537 B
import { DocGenTemplateBaseV2025R0 } from './docGenTemplateBaseV2025R0'; import { SerializedData } from '../../serialization/json'; export type DocGenTemplateV2025R0 = DocGenTemplateBaseV2025R0 & { /** * The name of the template. */ readonly fileName?: string | null; }; export declare function serializeDocGenTemplateV2025R0(val: DocGenTemplateV2025R0): SerializedData; export declare function deserializeDocGenTemplateV2025R0(val: SerializedData): DocGenTemplateV2025R0; //# sourceMappingURL=docGenTemplateV2025R0.d.ts.map