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

    Interface DatapackDeploymentRecordMessage

    interface DatapackDeploymentRecordMessage {
        code?: string;
        message: string;
        record: DatapackDeploymentRecord;
        type: "error" | "info" | "warn";
    }
    Index

    Properties

    code?: string
    message: string
    type: "error" | "info" | "warn"