export interface AllowanceAndBalanceOf {
    allowance: string;
    balanceOf: string;
}
