Skip to content

Commit abe17b5

Browse files
feat(core): export LegacyContextFields type from public surface
Allows Protocol subclasses (e.g. ext-apps) overriding buildContext() to type their return as BaseContext & LegacyContextFields.
1 parent 5771e45 commit abe17b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/core/src/exports/public

packages/core/src/exports/public/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export { getDisplayName } from '../../shared/metadataUtils.js';
4242
export type {
4343
BaseContext,
4444
ClientContext,
45+
LegacyContextFields,
4546
NotificationOptions,
4647
ProgressCallback,
4748
ProtocolOptions,

0 commit comments

Comments
 (0)