/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Property { id?: string; key?: string; value?: string; name?: string; desc?: string; type?: string; defaultValue?: string; example?: string; allowedValues?: string[]; } //# sourceMappingURL=property.d.ts.map