Skip to content

Commit

Permalink
type 재지정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunYoungKr committed Oct 5, 2024
1 parent 6ee4ff6 commit c792182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ export interface SejongAuthResponse {
}

export interface CheckAccountResponse {
data: any;
isExist: boolean;
data: {
isExist: boolean;
};
msg: string;
statusCode: number;
}
Expand Down

0 comments on commit c792182

Please sign in to comment.