docs: backslash escape parametrized TypeScript types (#41575)
* docs: backslash escape parametrized TypeScript types * missing instances
This commit is contained in:
parent
8c427253b3
commit
b9c4b27781
20 changed files with 48 additions and 48 deletions
|
@ -3,5 +3,5 @@
|
|||
* `actionIdentifier` string - The identifier string of the action that the user selected.
|
||||
* `date` number - The delivery date of the notification.
|
||||
* `identifier` string - The unique identifier for this notification request.
|
||||
* `userInfo` Record<string, any> - A dictionary of custom information associated with the notification.
|
||||
* `userInfo` Record\<string, any\> - A dictionary of custom information associated with the notification.
|
||||
* `userText` string (optional) - The text entered or chosen by the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue