UNPKG

@turnbuckle/aprs-calculator-services

Version:

Anchorpoint Risk Calculator Service.

5 lines (4 loc) 186 B
import { BaseOutputInterface } from './base-output.interface'; export interface CalculateHazardRateMatrixOutputModelInterface extends BaseOutputInterface { matrix: number[][]; }