feat(shell): satori: update types

This commit is contained in:
Il Harper 2024-03-06 10:41:15 +08:00
parent e2c201c8c4
commit cd8b996673
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -32,5 +32,5 @@ export interface WebSocketIncomingVerifyMessage {
export interface MessageCreatePayload {
channel_id: string
content: h.Fragment
content: h[]
}