update api key
This commit is contained in:
@@ -328,6 +328,11 @@ export interface ApiKeyCreateResult {
|
||||
api_key: ApiKeyRecord
|
||||
}
|
||||
|
||||
export interface AdminApiKeyFilters {
|
||||
user_id: number | undefined
|
||||
enabled: boolean | undefined
|
||||
}
|
||||
|
||||
/** 业务异常 */
|
||||
export class ApiError extends Error {
|
||||
code: number
|
||||
|
||||
Reference in New Issue
Block a user