/**
 * Permissible value for $select could be either * or one or many of the values from metrics, tags, custominfo
 */
export type TrckmetricSelectorPermissibleValues = 'metrics' | 'tags' | 'customInfo' | '*'[];
//# sourceMappingURL=trckmetric-selector-permissible-values.d.ts.map