Skip to content

Commit

Permalink
๐Ÿท๏ธ chore: ๋กœ๊ทธ์ธ api ํ†ต์‹  type ์ •์˜ #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Oct 16, 2024
1 parent 5cbb712 commit 0a23d93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/types/api/auth.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export type SignInRequest = {
serial_id: string;
password: string;
}

export type SignInResponse = {
access_token: string;
refresh_token: string;
}

0 comments on commit 0a23d93

Please sign in to comment.