export interface TezosFA2BalanceOfResponse {
    address: string;
    tokenID: number;
    amount: string;
}
