UNPKG

tfabrica

Version:

library for TFabrica - TechSol

9 lines (8 loc) 182 B
export class TfabricaDictionary { public key: string; public value: any; constructor(key, value) { this.key = key; this.value = value; } }