@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface ResidueBucket {
        color: string;
        id: string;
        label: string;
        residueSet: Set<number>;
    }
    Index

    Properties

    color: string
    id: string
    label: string
    residueSet: Set<number>