정산조회 - 정산내역 리스트 및 상세
This commit is contained in:
@@ -4,10 +4,6 @@ export enum CancelTabKeys {
|
||||
All = 'All',
|
||||
Part = 'Part'
|
||||
};
|
||||
export enum AltMsgKeys {
|
||||
Fold = '접기',
|
||||
UnFold = '펼치기',
|
||||
};
|
||||
export enum SortByKeys {
|
||||
New = 'New',
|
||||
Amount = 'Amount',
|
||||
@@ -471,9 +467,6 @@ export interface DetailInfoProps extends DetailResponse {
|
||||
purposeType?: CashReceiptPurposeType;
|
||||
onClickToShowInfo?: (info: InfoWrapKeys) => void;
|
||||
}
|
||||
export interface DetailArrowProps {
|
||||
show?: boolean;
|
||||
};
|
||||
|
||||
export interface DownloadConfirmationParams {
|
||||
tid?: string;
|
||||
|
||||
Reference in New Issue
Block a user