Type alias RouterMethodsWithApproximation

RouterMethodsWithApproximation: {
    [M in RouterMethodNames]: ApproxParamsStruct extends Parameters<IPAllActionV3["callStatic"][M]>[number]
        ? M
        : never
}[RouterMethodNames]

Generated using TypeDoc