Interface ListOfContainerSubObjectIdentifierResponse

interface ListOfContainerSubObjectIdentifierResponse {
    items: {
        containerExternalId: string;
        identifier: string;
        space: string;
    }[];
}

Properties

Properties

items: {
    containerExternalId: string;
    identifier: string;
    space: string;
}[]