Type Alias FSRequest<TMethod>

FSRequest: RPC.Message & {
    [M in TMethod]: { args: Parameters<FSMethods[M]>; method: M }
}[TMethod]

Type Parameters

  • TMethod extends FSMethod = FSMethod