interface StubBase<T> {
    __RPC_STUB_BRAND: T;
    dup(): this;
}

Type Parameters

Hierarchy (view full)

Properties

Methods

Properties

__RPC_STUB_BRAND: T

Methods

  • Returns this