/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Embeddable { [x: string]: any; } //# sourceMappingURL=Embeddable.d.ts.map