mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
code refactor
This commit is contained in:
@@ -10,6 +10,10 @@ export interface TokenGenerateMCPRequest {
|
||||
readonly password: string;
|
||||
}
|
||||
|
||||
export interface TokenRevokeRequest {
|
||||
readonly tokenId: string;
|
||||
}
|
||||
|
||||
export interface TokenGenerateMCPResponse {
|
||||
readonly token: string;
|
||||
readonly mcpUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user