ID
ID
An entity ID. Depending on the configured EntityIdStrategy, it will be either
a string
or a number
;
Signature
type ID = string | number
An entity ID. Depending on the configured EntityIdStrategy, it will be either
a string
or a number
;
type ID = string | number