Type Alias ContainersChangeData Declaration export declare type ContainersChangeData = { added: Container[]; removed: Container[]; };