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

    Interface SalesforceRetrievedComponentFile

    interface SalesforceRetrievedComponentFile {
        componentName: string;
        componentType: string;
        packagePath: string;
        getBuffer(): Buffer<ArrayBufferLike> | Promise<Buffer<ArrayBufferLike>>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    componentName: string
    componentType: string
    packagePath: string

    Methods