대시보드 추가기능 + 계좌인증
This commit is contained in:
@@ -220,3 +220,15 @@ export interface DashboardKisWsApprovalResponse {
|
||||
approvalKey?: string;
|
||||
wsUrl?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* KIS 계좌 검증 API 응답
|
||||
*/
|
||||
export interface DashboardKisProfileValidateResponse {
|
||||
ok: boolean;
|
||||
tradingEnv: KisTradingEnv;
|
||||
message: string;
|
||||
account: {
|
||||
normalizedAccountNo: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user