mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
fix: dialog types error
This commit is contained in:
@@ -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}> }
|
||||
|
||||
Reference in New Issue
Block a user