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