mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
refactor(shell): satori: do not require comment
in ApprovePayload
This commit is contained in:
parent
9e81393d3d
commit
d80dd06d71
@ -44,7 +44,7 @@ export interface ApprovePayload {
|
|||||||
/**
|
/**
|
||||||
* 备注信息
|
* 备注信息
|
||||||
*/
|
*/
|
||||||
comment: string | undefined
|
comment?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FriendListResponse extends Next {
|
export interface FriendListResponse extends Next {
|
||||||
|
Loading…
Reference in New Issue
Block a user