Type alias MetaMethodForRouterMethod<Method>

MetaMethodForRouterMethod<Method>: Method extends _AnyFunctionCallingRouter<infer M, infer Data>
    ? Awaited<RouterMetaMethodReturnType<"meta-method", M, Data>>
    : Method extends _AnyFunctionCallingRouterHelper<infer M, infer Data>
        ? Awaited<RouterHelperMetaMethodReturnType<"meta-method", M, Data>>
        : never

Type Parameters

  • Method extends tsEssentials.AnyFunction

Generated using TypeDoc