import { EntityType } from '../constants/Repository.constants'; export type ParsePartitionKeyResult = { entityType: EntityType; tenant: string; };