Type Alias RevocableProxy<T>

RevocableProxy: { proxy: T; revoke: () => void }

Type Parameters

  • T

Type declaration

  • proxy: T
  • revoke: () => void