TableEntity type

A set of key-value pairs representing the table entity.

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