mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-02 22:57:01 +00:00
5 lines
183 B
TypeScript
5 lines
183 B
TypeScript
import { IdleWatcherConfig } from "./providers/idlewatcher";
|
|
import { Route } from "./providers/routes";
|
|
export type DockerRoutes = {
|
|
[key: string]: Route & IdleWatcherConfig;
|
|
};
|