Type alias ProxyRecord<T>

ProxyRecord<T>: Partial<Record<keyof T, ProxyMethod>>

A record of methods to implement. Useful for creating a proxy for a specific interface.

Type Parameters

  • T

Generated using TypeDoc