@swizzyweb/swerve-manager
    Preparing search index...

    Type Alias Apps

    Apps: {
        [key: number]: {
            app: Application;
            server?: AnyServer;
            services: {
                [instanceId: string]: {
                    runRequest: RunRequest;
                    serviceArgs: SwerveArgs;
                    webService: IWebService;
                };
            };
        };
    }

    Type Declaration

    • [key: number]: {
          app: Application;
          server?: AnyServer;
          services: {
              [instanceId: string]: {
                  runRequest: RunRequest;
                  serviceArgs: SwerveArgs;
                  webService: IWebService;
              };
          };
      }