interface Destination {
    id: string;
    type: ContainerType;
}

Properties

Properties

id: string