/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface EntityProperty { key?: string; value?: any; } export interface IdProperty { id?: string; } export interface KeyProperty { key?: string; } export interface NameProperty { name?: string; } //# sourceMappingURL=common.d.ts.map