A few more async routes (#3023)
This PR makes a few more of our routes async. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2]
This commit is contained in:
parent
66a8b0a4a6
commit
52df06b014
2 changed files with 9 additions and 8 deletions
|
@ -38360,8 +38360,8 @@
|
|||
},
|
||||
{
|
||||
"kind": "Reference",
|
||||
"text": "TLHistoryMark",
|
||||
"canonicalReference": "@tldraw/editor!TLHistoryMark:type"
|
||||
"text": "TLCommand",
|
||||
"canonicalReference": "@tldraw/editor!TLCommand:type"
|
||||
},
|
||||
{
|
||||
"kind": "Content",
|
||||
|
@ -38369,8 +38369,8 @@
|
|||
},
|
||||
{
|
||||
"kind": "Reference",
|
||||
"text": "TLCommand",
|
||||
"canonicalReference": "@tldraw/editor!TLCommand:type"
|
||||
"text": "TLHistoryMark",
|
||||
"canonicalReference": "@tldraw/editor!TLHistoryMark:type"
|
||||
},
|
||||
{
|
||||
"kind": "Content",
|
||||
|
@ -39151,7 +39151,7 @@
|
|||
},
|
||||
{
|
||||
"kind": "Content",
|
||||
"text": ") => (() => void | undefined) | undefined | void"
|
||||
"text": ") => (() => undefined | void) | undefined | void"
|
||||
},
|
||||
{
|
||||
"kind": "Content",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue