Skip to content

Commit e6822c8

Browse files
committed
export blueprint intent type/enum
1 parent bf16c85 commit e6822c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { openInNewTab } from "./utils/openInNewTab";
1111
import { reduceToText } from "./utils/reduceToText";
1212
export type { DecodeOptions as DecodeHtmlEntitiesOptions } from "he";
1313
export type { IntentTypes as IntentBaseTypes } from "./Intent";
14+
export { IntentBlueprint } from "./Intent";
1415

1516
export const utils = {
1617
openInNewTab,

0 commit comments

Comments
 (0)