UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

6 lines (5 loc) 135 B
export default interface IGroupTransformation { groupIdentityFields: string[]; groupFieldName: string; interval: number; }