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