TableEntity type

테이블 엔터티를 나타내는 키-값 쌍 집합입니다.

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