export interface Deposit { pay_method: string; amount: number; }