export interface ChangeFilterOwner {
  /** The ID of the filter to update. */
  id: number;
  accountId: string;
}
