次の方法で共有


TableEntity type

テーブル エンティティを表すキーと値のペアのセット。

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