interface StaticHazardUsageResponse {
    description: string;
    models: HazardSourceModel;
    syntax: string[];
    vs30: DoubleParameter;
}

Properties

description: string
syntax: string[]