interface ChangeFilterOwner {
    accountId: string;
    id: number;
}

Properties

Properties

accountId: string
id: number

The ID of the filter to update.