[Service Bus] This internal type setTimeoutArgs is showing up in the (Typedoc) docs - removing (#14641)
setTimeoutArgs is only used internally.
This commit is contained in:
Родитель
b7e83aed76
Коммит
2c891708f9
|
@ -519,6 +519,9 @@ export type EntityAvailabilityStatus =
|
|||
| "Restoring"
|
||||
| "Unknown";
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
type setTimeoutArgs = (callback: (...args: any[]) => void, ms: number, ...args: any[]) => any;
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче