Type alias SelectiveAtoms

SelectiveAtoms: {
    edges: SelectiveEdge[];
    issuer: string;
    meta: SelectiveMeta;
    nodes: SelectiveNode[];
    properties: SelectiveProperty[];
    property_lists: SelectivePropertyList[];
}

Type declaration