Type alias SignedSelectiveAtoms

SignedSelectiveAtoms: {
    edges: SignedSelectiveEdge[];
    issuer: string;
    meta: SignedSelectiveMeta;
    nodes: SignedSelectiveNode[];
    properties: SignedSelectiveProperty[];
    property_lists: SignedSelectivePropertyList[];
}

Type declaration