UNPKG

@turnbuckle/aprs-calculator-services

Version:

Anchorpoint Risk Calculator Service.

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