export interface PutAppProperty {
  /** The key of the property. */
  propertyKey: string;
  /** The value of the property. */
  propertyValue: string;
}
