accountant-ui/src/accounts/accountBalances.ts

7 lines
125 B
TypeScript
Raw Normal View History

2017-07-21 00:52:47 +02:00
// vim: set tw=80 ts=2 sw=2 sts=2 :
2017-07-13 16:54:09 +02:00
export class AccountBalances {
2017-07-21 00:52:47 +02:00
current: number;
pointed: number;
future: number;
2017-07-13 16:54:09 +02:00
}