Id type

Id is a common type to identify many objects in grid e.g.:

Id can be a number or string.

Definition

type Id = number | string;