UNPKG

nestjs-hot-shots

Version:
5 lines (4 loc) 97 B
export type Tags = Record<string, string>; export interface CollectorOptions { tags: Tags; }