mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
import { IdleWatcherConfig } from "./providers/idlewatcher";
|
|
import { Route } from "./providers/routes";
|
|
export type DockerRoutes = {
|
|
[key: string]: Route & IdleWatcherConfig;
|
|
};
|