interface FDSNStationEquipment {
    Manufacturer: string;
    Model: string;
    Type?: string;
}

Properties

Manufacturer: string
Model: string
Type?: string