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