Interface IEmaOutcome

interface IEmaOutcome {
    [period: string]: number;
}

Indexable

[period: string]: number

Generated using TypeDoc