Interface MoneySources

interface MoneySources {
    sinceInstall: MoneySource;
    sinceStart: MoneySource;
}

Properties

sinceInstall: MoneySource
sinceStart: MoneySource