reffactor

This commit is contained in:
jacob
2024-04-30 20:31:06 -05:00
parent d6eedb1b4d
commit e8cfcc2525
3 changed files with 5 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import {
pipe,
share,
} from 'rxjs';
import { Emitter, ErrorHandling, Logging } from './interfaces';
import type { Emitter, ErrorHandling, Logging } from './interfaces';
import util from 'node:util';
import type { PluginResult } from '../types/core-plugin';
import type { Result } from 'ts-results-es'