mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 00:38:33 +02:00
fix npm package
This commit is contained in:
5
schemas/docker.d.ts
vendored
Normal file
5
schemas/docker.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IdleWatcherConfig } from "./providers/idlewatcher";
|
||||
import { Route } from "./providers/routes";
|
||||
export type DockerRoutes = {
|
||||
[key: string]: Route & IdleWatcherConfig;
|
||||
};
|
||||
Reference in New Issue
Block a user