java-bridge
    Preparing search index...

    Type Alias ProxyRecord<T>

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

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

    Type Parameters

    • T