diff --git a/src/app/modules/admin/bank/withdraw/models/withdraw.ts b/src/app/modules/admin/bank/withdraw/models/withdraw.ts index 9d1d5ed..46ae2d2 100644 --- a/src/app/modules/admin/bank/withdraw/models/withdraw.ts +++ b/src/app/modules/admin/bank/withdraw/models/withdraw.ts @@ -13,7 +13,4 @@ export interface Withdraw { total?: number; highRank?: string; state?: string; - memberInformation?: string; - bettingInformation?: string; - delete?: string; }