ProxyType<ACT>: {
    [K in keyof ACT]: FunctionSignature<ACT[K]>
}

Type Parameters

  • ACT