- createEntity<TItem, TPKSource, TSKSource>(type, typePredicate, pk, sk): Entity<TItem, TPKSource, TSKSource>
Parameters
type: string
pk: ((source) => string)
- (source): string
Returns string
sk: ((source) => string)
- (source): string
Returns string
Returns Entity<TItem, TPKSource, TSKSource>