interface Table<T0, T1> {
    handle: string;
}

Type Parameters

  • T0
  • T1

Properties

Properties

handle: string