Hierarchy

  • MetadataManifest

Properties

Properties

apiVersion: string
files: {
    [packagePath: string]: ({
        name?: undefined;
        type?: undefined;
    } | {
        name: string;
        type: string;
    }) & ({
        body?: undefined;
        localPath: string;
    } | {
        body: Buffer | string;
        localPath?: undefined;
    });
}

Type declaration

  • [packagePath: string]: ({
        name?: undefined;
        type?: undefined;
    } | {
        name: string;
        type: string;
    }) & ({
        body?: undefined;
        localPath: string;
    } | {
        body: Buffer | string;
        localPath?: undefined;
    })