export interface GetAddonProperty {
  /** The key of the app, as defined in its descriptor. */
  addonKey: string;
  /** The key of the property. */
  propertyKey: string;
}
