docs: backslash escape parametrized TypeScript types (#41693)
This commit is contained in:
parent
83777ac83f
commit
1b80911417
19 changed files with 47 additions and 47 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