Skip to content

Commit 7b468ac

Browse files
committed
feat(index): re-export FormSpecRecord (plan 61 C1.0)
Companion to the listFormSpecs / getFormSpecById helpers added in 9efba27 — consumers can now `import type { FormSpecRecord } from 'hds-lib'` alongside FormSpec.
1 parent 9efba27 commit 7b468ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type { InitHDSModelOptions } from './HDSModel/HDSModelInitAndSingleton.ts
3737
export const getHDSModel = HDSModelInitAndSingleton.getModel;
3838
export const initHDSModel = HDSModelInitAndSingleton.initHDSModel;
3939
export { pryv, cmc, settings, HDSService, HDSModel, appTemplates, localizeText, localizeText as l, toolkit, logger, durationToSeconds, durationToLabel, computeReminders, eventToShortText, formatEventDate, MonitorScope, HDSSettings, SETTING_TYPES, HDSProfile, PROFILE_FIELDS, HDSModelConversions, HDSModelConverters, HDSModelPreferred, getPreferredInput, getPreferredDisplay, HDSModelAppStreams, EuclidianDistanceEngine, HDSLibError, extractOverloadAsDefinitions, cmcFormSpec, cmcAppScope, cmcConstants };
40-
export type { FormSpec } from './cmc/formSpec.ts';
40+
export type { FormSpec, FormSpecRecord } from './cmc/formSpec.ts';
4141

4242
// Plan 45 — top-level type re-exports so consumers can `import type { CustomFieldDeclaration } from 'hds-lib'`.
4343
export type {

0 commit comments

Comments
 (0)