오늘매출 오늘정산
This commit is contained in:
@@ -17,8 +17,8 @@ export interface AuthRegisterProps {
|
||||
};
|
||||
|
||||
export interface HomeCommonParams {
|
||||
mid: string;
|
||||
searchDate: string;
|
||||
mid?: string;
|
||||
searchDate?: string;
|
||||
};
|
||||
export interface HomeTodayParams extends HomeCommonParams {};
|
||||
export interface HomeTodayResponse {
|
||||
|
||||
Reference in New Issue
Block a user