File

models/query.model.ts

Description

Query parameters for URL.

Extends

HazardAppQuery

Index

Properties

Properties

sourceType
sourceType: string
Type : string

Hazard source type

vs30
vs30: string
Type : string

Vs30

import {HazardAppQuery} from '@ghsc/nshmp-lib-ng/hazard';

/**
 * Query parameters for URL.
 */
export interface DynamicHazardQuery extends HazardAppQuery {
  /** Hazard source type */
  sourceType: string;
  /** Vs30 */
  vs30: string;
}

results matching ""

    No results matching ""