删除所有 as any.
This commit is contained in:
@@ -16,7 +16,7 @@ export interface HostIdentityCreateRequest {
|
||||
* 主机身份更新请求
|
||||
*/
|
||||
export interface HostIdentityUpdateRequest extends HostIdentityCreateRequest {
|
||||
id: number;
|
||||
id: number | undefined;
|
||||
useNewPassword?: boolean;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ export interface HostKeyCreateRequest {
|
||||
* 主机秘钥更新请求
|
||||
*/
|
||||
export interface HostKeyUpdateRequest extends HostKeyCreateRequest {
|
||||
id: number;
|
||||
id: number | undefined;
|
||||
useNewPassword?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user