UNPKG

82 BTypeScriptView Raw
1export interface BalanceUpdate {
2 accountId: string;
3 amountDiff: string;
4}