@curvenote/cli
Version:
CLI Client library for Curvenote
7 lines • 314 B
TypeScript
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