mcp key
This commit is contained in:
@@ -32,6 +32,14 @@ export interface ResendVerificationResponse {
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface McpApiKeyStatus {
|
||||
createdAt?: string;
|
||||
}
|
||||
|
||||
export interface McpApiKeyResponse extends McpApiKeyStatus {
|
||||
apiKey: string;
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
email: string;
|
||||
password: string;
|
||||
|
||||
Reference in New Issue
Block a user