rest-vir - v1.0.0
    Preparing search index...

    Variable startServiceOptionsShapeConst

    startServiceOptionsShape: ShapeDefinition<
        {
            debug: boolean;
            host: string;
            lockPort: boolean;
            port: number;
            preventWorkerRespawn: boolean;
            workerCount: number;
        },
        false,
    > = ...

    Shape definition for startService options.