UNPKG

@slmdevs/celeraone

Version:

This is a NPM Package to use for all the CeleraOne interactions.

17 lines (16 loc) 307 B
declare enum ServiceId { GP = "gp-web", HP = "hp-web", BN = "bhn-web", TT = "ttela-web", HN = "hn-web", ST = "st-web", AT = "at-web", LT = "lt-web", MP = "mp-web", KP = "kp-web", KBP = "kbp-web", STO = "sto-web", PT = "pt-web" } export default ServiceId;