docs: backslash escape parametrized TypeScript types (#41692)

This commit is contained in:
Erick Zhao
2024-03-26 04:28:42 -07:00
committed by GitHub
parent d3da708f5c
commit 0d3f50fc12
19 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
# FilePathWithHeaders Object
* `path` string - The path to the file to send.
* `headers` Record<string, string> (optional) - Additional headers to be sent.
* `headers` Record\<string, string\> (optional) - Additional headers to be sent.