Skip to content

Commit 6c864a1

Browse files
author
arthur
committed
fix: dump
1 parent 0015c67 commit 6c864a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export interface TokenResponse {
22
token: {
33
access_token: string
4-
id_token: string
54
refresh_token: string
5+
id_token: string
66
token_type: string
77
expires_in: number
88
}

0 commit comments

Comments
 (0)