refactor(multi-server): update path imports

This commit is contained in:
Mauricio Siu
2024-09-29 18:04:45 -06:00
parent 2ae7e562bb
commit 7bd6b66551
115 changed files with 186 additions and 7124 deletions

View File

@@ -160,7 +160,7 @@ export type DefinitionsDevices = {
*/
[k: string]: unknown;
}[];
export type Deployment = {
type Deployment = {
mode?: string;
endpoint_mode?: string;
replicas?: number;