Skip to content
Snippets Groups Projects
Commit 8b69f6f5 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'ncm' into 'main'

export type

See merge request !242
parents 5a5675b9 dc12f85f
No related branches found
No related tags found
1 merge request!242export type
Pipeline #515754 passed with warnings
import {UsageParameter} from '../../erp/rtgm'; import {UsageParameter} from '../../erp/rtgm';
import {Location} from '../../nshmp-lib/geo'; import {Location} from '../../nshmp-lib/geo';
import {Response} from '../../nshmp-ws-utils';
/** NCM geophysical service response. */ /** NCM geophysical service response. */
export type GeophysicalResponse = Response<
GeophysicalRequestData,
GeophysicalResponseData
>;
export interface GeophysicalRequestData { export interface GeophysicalRequestData {
location: Location; location: Location;
depths: DepthRequestData; depths: DepthRequestData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment