interface SimpleApplicationProperty {
    id?: string;
    value?: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

The ID of the application property.

value?: string

The new value.