interface Hetero {
    chain: string;
    description?: string;
    resname: string;
    resno: number;
}

Properties

chain: string
description?: string

HETNAM record value from the PDB file.

resname: string
resno: number