refactor(shell): satori: do not require comment in ApprovePayload

This commit is contained in:
Il Harper 2024-10-05 17:59:39 +08:00
parent 9e81393d3d
commit d80dd06d71
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -44,7 +44,7 @@ export interface ApprovePayload {
/** /**
* *
*/ */
comment: string | undefined comment?: string
} }
export interface FriendListResponse extends Next { export interface FriendListResponse extends Next {