dataset-types 3.0.21 → 3.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -271,7 +271,7 @@ export interface IMenuAction {
|
|
|
271
271
|
isActive?: boolean;
|
|
272
272
|
click?: () => void;
|
|
273
273
|
}
|
|
274
|
-
export interface ITenant extends IEntity, IName, ITimed {
|
|
274
|
+
export interface ITenant extends IEntity, IName, ITimed, IContext {
|
|
275
275
|
systemscontext: string;
|
|
276
276
|
lat: string;
|
|
277
277
|
lon: string;
|