diff --git a/typings/jsDocs.ts b/typings/jsDocs.ts index eeab7e74..2ed5f22c 100644 --- a/typings/jsDocs.ts +++ b/typings/jsDocs.ts @@ -729,6 +729,18 @@ type OnUserTypingChatEvent = { } /// Game +/** + * @typedef + */ +type UserNotificationPayloadParameter = { stringValue: string } | { int64Value: number }; + +/** + * @typedef + */ +type UserNotificationPayloadParameters = { + [key: string]: UserNotificationPayloadParameter +} + /** * @typedef */