Type alias EntityKey<T>

EntityKey<T>: {
    readonly [P in keyof T]?: T[P]
} | string | number

Type Parameters

  • T

Generated using TypeDoc