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

Properties

propertyKey: string

The key of the property.

propertyValue: any