共用方式為


TableEntity type

一組代表資料表實體的索引鍵/值組。

type TableEntity<T> = T & { partitionKey: string; rowKey: string }