export interface SetPreference {
  /** The key of the preference. The maximum length is 255 characters. */
  key: string;
}
