ProcedureTypes
ProcedureTypes =
{ [K in string]?: [request: unknown, response: unknown] }
Defined in: astrobase/src/rpc/shared/procedures.ts:2
An interface that describes the request and response types for a set of procedure kinds.
ProcedureTypes =
{ [K in string]?: [request: unknown, response: unknown] }
Defined in: astrobase/src/rpc/shared/procedures.ts:2
An interface that describes the request and response types for a set of procedure kinds.