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

    Interface DatapackExpandResult

    interface DatapackExpandResult {
        baseName: string;
        files: Record<string, Buffer | string>;
        folder: string;
        objectType: string;
        parentKeys: string[];
        sourceKey: string;
    }
    Index

    Properties

    baseName: string
    files: Record<string, Buffer | string>
    folder: string
    objectType: string
    parentKeys: string[]
    sourceKey: string