MethodForCommand<C>: ((request: TypeFromSchema<C["requestSchema"]>) => MaybePromise<TypeFromSchema<C["responseSchema"]>>)

Type Parameters