fix: dialog types error

This commit is contained in:
pa
2025-07-16 14:58:23 +09:00
committed by Natsumi
parent b23687430e
commit 6b84d7444b
17 changed files with 156 additions and 108 deletions

View File

@@ -84,11 +84,15 @@ const notificationReq = {
/**
* @param {{
* receiverUserId: string,
* type: string,
* message: string,
* seen: boolean,
* details: JsonString<any>
* receiverUserId?: string,
* type?: string,
* message?: string,
* seen?: boolean,
* details?: JsonString<any>,
* instanceId?: string,
* worldId?: string,
* worldName?: string,
* messageSlot?: string,
* }} params
* @param receiverUserId
* @return { Promise<{json: any, params}> }