interface Structure {
    model: string;
    rank: number;
}

Hierarchy (view full)

Properties

Properties

model: string
rank: number