export interface IFirewallPendingChange { droplet_id: number; removing: boolean; status: string; }