import { LogLevel } from './loglevel.type';

export interface LoggingInterceptorConfig {
  pathConfig?: Record<string, LogLevel>;
}
