/**
 * Utility type for identification.
 * @author Benedikt Arnarsson
 */
type Id = (string | number);
export default Id;
