Interface EnvironmentPropertyResponse

interface EnvironmentPropertyResponse {
    property: Value;
    value: any;
}

Properties

Properties

property: Value
value: any

Generated using TypeDoc