Skip to content

Commit

Permalink
any types
Browse files Browse the repository at this point in the history
  • Loading branch information
moerdowo committed Feb 17, 2023
1 parent edfa0ff commit 7d12209
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/mayar-balance-recent-transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ import { Key, useEffect, useState } from "react";
import axios from "axios";
import moment from "moment";

interface Balance {
balanceActive: number;
balancePending: number;
balance: number;
}

interface Data {
statusCode: number;
messages: string;
data: Balance;
data: any;
}

function UnixTime( unixTime : number): string {
Expand Down

0 comments on commit 7d12209

Please sign in to comment.