(id: string | number)
| 49 | * @since 4.0.0 |
| 50 | */ |
| 51 | export const RequestId = (id: string | number): RequestId => id as RequestId |
| 52 | |
| 53 | /** |
| 54 | * The transport-encoded RPC request envelope, including the string request id, |
no outgoing calls
no test coverage detected