BaseScope<T>: Extract<keyof DefaultRpcApi, string> | Extract<keyof T, string>

Type Parameters