vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DeployProgress

    interface DeployProgress {
        deployed: number;
        errors: number;
        status: DeployStatus;
        total: number;
    }
    Index

    Properties

    deployed: number
    errors: number
    status: DeployStatus
    total: number