/** * A type used as the identifier for an entry. */ export type ID = string | number; //# sourceMappingURL=constants.d.ts.map