interface HazardResponse {
    data: HazardCurve[];
    imt: Parameter;
}

Properties

Properties

data: HazardCurve[]