interface Table<T0, T1> {
    id: UID;
    size: bigint;
}

Type Parameters

  • T0
  • T1

Properties

Properties

id: UID
size: bigint