Type alias Id

Id: IdInternal & number

IdInternal can be used as a string primitive This type hack (as a number) prevents TS from complaining See: https://github.com/microsoft/TypeScript/issues/4538

Generated using TypeDoc