From 5051514261b9801b59aa66e7e2ce5cc8c16f2840 Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Fri, 8 Jul 2022 03:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EA=B8=88=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/modules/admin/bank/withdraw/models/withdraw.ts | 3 --- 1 file changed, 3 deletions(-) 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; }