interface AttributeDescriptor {
    attributeName: string;
    containerName: string;
}

Properties

attributeName: string
containerName: string