vlocode-project - v2.4.3
    Preparing search index...

    Interface DatapackExpandResult

    interface DatapackExpandResult {
        baseName: string;
        files: Record<string, Buffer | string>;
        folder: string;
        objectType: string;
        parentKeys: string[];
        sourceKey: string;
        writeToFilesystem(
            path: string,
            options?: WriteToFilesystemOptions,
        ): Promise<string[]>;
    }
    Index

    Properties

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

    Methods