RpcInterfaceDefinition<T extends RpcInterface> Interface
Specifies the required static properties of an RpcInterface class. These properties are used to identify RPC requests and responses.
Properties
| Name | Type | Description | |
|---|---|---|---|
| interfaceName | string | ||
| interfaceVersion | string | ||
| prototype | T |
Defined in
- core/common/src/RpcInterface.ts Line 27
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.