Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bb3704

Browse files
committed
fix: typo
1 parent 6d643fe commit 5bb3704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typings/api/login.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ namespace Api {
88
id: number
99
/** 用户角色类型 */
1010
role: Entity.RoleType[]
11-
/** 访问toekn */
11+
/** 访问token */
1212
accessToken: string
13-
/** 刷新toekn */
13+
/** 访问token */
1414
refreshToken: string
1515
}
1616
}

0 commit comments

Comments
 (0)