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

add interface

parent 268a01d3
No related branches found
No related tags found
1 merge request!572AWS Updates
import {
CalcConfig,
CloudConfig,
MapConfig,
NshmpConfig,
} from '@ghsc/nshmp-utils-ts/libs/aws/run-nshmp-haz';
/**
* Post config.
*/
export interface PostConfig {
/** Calc config */
calcConfig: CalcConfig | CalcConfig[];
/** AWS cloud config */
cloudConfig: CloudConfig;
/** NSHMP config to run nshmp-haz */
nshmpConfig: NshmpConfig;
/** Hazard map creation config */
mapConfig?: MapConfig;
}
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