mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:03:49 +01:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
import { IdleWatcherConfig } from "./providers/idlewatcher";
|
|
import { Route } from "./providers/routes";
|
|
export type DockerRoutes = {
|
|
[key: string]: Route & IdleWatcherConfig;
|
|
};
|