Skip to content

@sora-soft/framework


@sora-soft/framework / IRawNetPacket

Type Alias: IRawNetPacket<T>

ts
type IRawNetPacket<T> = 
  | IRawReqPacket<T>
  | IRawResPacket<unknown>
  | IRawCommandPacket;

Defined in: packages/framework/src/interface/rpc.ts:6

Type Parameters

Type ParameterDefault type
Tunknown

基于 WTFPL 许可发布