@eclipse-scout/core
Version:
Eclipse Scout runtime
7 lines • 328 B
TypeScript
/**
* Map of shared variables (shared between the SharedContext of the ClientSession and the browser Session instance) with property name and data type for that property.
* More properties can be added using TypeScript declaration merging.
*/
export interface SharedVariables {
}
//# sourceMappingURL=SharedVariables.d.ts.map