mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-17 01:21:47 +00:00
feat: Use container for the API service
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Duplex } from "node:stream";
|
||||
|
||||
export default interface Extractor {
|
||||
extract(options: { file: string }): Duplex;
|
||||
}
|
||||
Reference in New Issue
Block a user