File tree Expand file tree Collapse file tree
packages/fdc3-standard/src/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { ContextHandler } from './Types.js';
88import { DisplayMetadata } from './DisplayMetadata.js' ;
99import { Listener } from './Listener.js' ;
1010import { EventHandler } from './Events.js' ;
11- import { AppProvidableContextMetadata } from './ContextMetadata.js' ;
11+ import type { AppProvidableContextMetadata } from './ContextMetadata.js' ;
1212
1313/**
1414 * Represents a context channel that applications can use to send and receive
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { AppMetadata } from './AppMetadata.js';
1616import { Intent } from '../intents/Intents.js' ;
1717import { ContextType } from '../context/ContextType.js' ;
1818import { EventHandler , FDC3EventTypes } from './Events.js' ;
19- import { AppProvidableContextMetadata } from './ContextMetadata.js' ;
19+ import type { AppProvidableContextMetadata } from './ContextMetadata.js' ;
2020
2121/**
2222 * A Desktop Agent is a desktop component (or aggregate of components) that serves as a
Original file line number Diff line number Diff line change 55
66import { Context } from '@finos/fdc3-context' ;
77import { Channel } from './Channel.js' ;
8- import { DesktopAgentProvidableContextMetadata } from './ContextMetadata.js' ;
8+ import type { DesktopAgentProvidableContextMetadata } from './ContextMetadata.js' ;
99
1010/**
1111 * Describes a callback that handles a context event.
You can’t perform that action at this time.
0 commit comments