Type alias PKOnlyEntity<TItem, TPKSource>

PKOnlyEntity<TItem, TPKSource>: Omit<Entity<TItem, TPKSource, unknown>, "sk">

An entity which stores objects on a table that only has a partition key, and does not have a sort key

Type Parameters

  • TItem extends TPKSource

  • TPKSource

Generated using TypeDoc