export interface SimpleApplicationPropertyBean { /** * The ID of the application property. */ id?: string; /** * The new value. */ value?: string; } //# sourceMappingURL=SimpleApplicationPropertyBean.d.ts.map