interface PutAppProperty {
    propertyKey: string;
    propertyValue: string;
}

Properties

propertyKey: string

The key of the property.

propertyValue: string

The value of the property.