chore: Token.ts 單獨成類

This commit is contained in:
CrescentLeaf
2025-09-08 23:16:17 +08:00
parent 4ca3bd44da
commit 3cb9bcc148
2 changed files with 8 additions and 8 deletions

6
server/api/Token.ts Normal file
View File

@@ -0,0 +1,6 @@
export default interface Token {
author: string
auth: string
made_time: number
expired_time: number
}