export interface RemovePreference {
  /** The key of the preference. */
  key: string;
}
