가맹점 정보, 일부 상수 및 공용 변경

This commit is contained in:
focp212@naver.com
2025-09-18 14:52:27 +09:00
parent 2910b20974
commit 9ba7bdd3e4
50 changed files with 623 additions and 748 deletions

View File

@@ -178,6 +178,6 @@ export interface EmptyTokenAddSendCodeResponse {
authCode: string;
};
export interface DetailArrowProps {
show?: boolean;
export interface SectionArrowProps {
isOpen?: boolean;
};