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