interface GroundMotionResponseMetadata {
    imtValues: Record<string, number>;
    siteClass: string;
    xLabel: string;
    yLabel: string;
}

Hierarchy (view full)

Properties

imtValues: Record<string, number>
siteClass: string
xLabel: string
yLabel: string