models/plots.model.ts
MFD application plot ids
Properties |
| logicTree |
logicTree:
|
Type : NshmpPlot
|
|
Logic tree |
| mfd |
mfd:
|
Type : NshmpPlot
|
|
MFD plot |
import {NshmpPlot} from '@ghsc/nshmp-lib-ng/plot';
/**
* MFD application plot ids
*/
export interface Plots {
/** Logic tree */
logicTree: NshmpPlot;
/** MFD plot */
mfd: NshmpPlot;
}