UNPKG

@curvenote/cli

Version:
7 lines 314 B
import type { TemplateQuestionSpec } from './types.js'; /** * Convert a TemplateQuestionSpec to a plain object with all fields, * including undefined values for clarity */ export declare function specToPlainObject(spec: TemplateQuestionSpec): Record<string, any>; //# sourceMappingURL=specToPlainObject.d.ts.map