// tslint:disable-next-line:readonly-keyword export type Indexer = { [key: string]: T }; export type Guid = string;