UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

10 lines (9 loc) 208 B
import { TString } from '../base/TString.js'; export class TExternalServiceId extends TString { tName() { return 'ExternalServiceId'; } example() { return 'ZNHD34AQW4CV7'; } }