共用方式為


TableEntity type

一組代表數據表實體的索引鍵/值組。

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