diff --git a/.changeset/mean-doodles-create.md b/.changeset/mean-doodles-create.md new file mode 100644 index 000000000..1077335ff --- /dev/null +++ b/.changeset/mean-doodles-create.md @@ -0,0 +1,5 @@ +--- +"@knocklabs/client": patch +--- + +[guides] Export StepMessageState type definition from guide client types diff --git a/packages/client/src/clients/guide/index.ts b/packages/client/src/clients/guide/index.ts index 5741773c0..effa92f9d 100644 --- a/packages/client/src/clients/guide/index.ts +++ b/packages/client/src/clients/guide/index.ts @@ -12,6 +12,7 @@ export type { SelectFilterParams as KnockGuideFilterParams, SelectGuideOpts as KnockSelectGuideOpts, SelectGuidesOpts as KnockSelectGuidesOpts, + StepMessageState as KnockGuideStepMessageState, StoreState as KnockGuideClientStoreState, GroupStage as KnockGuideClientGroupStage, SelectionResult as KnockGuideSelectionResult,