/**
 * Generic name which can belong to a tag,label,metric or customInfo Object
 * @example "sample name"
 * Max Length: 256.
 * Min Length: 1.
 */
export type TrckGenericName = string;
//# sourceMappingURL=trck-generic-name.d.ts.map