/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SimpleApplicationPropertyBean { /** * The ID of the application property. */ id?: string; /** * The new value. */ value?: string; } //# sourceMappingURL=SimpleApplicationPropertyBean.d.ts.map