Type Alias BundleMeta

Object containing meta data regarding the bundle the extension belongs to. If it does not belong to a bundle, this object is not defined.

type BundleMeta = {
    description?: string;
    id?: string;
    name?: string;
}
Index

Properties

description?: string

Description of the bundle.

id?: string

Unique identifier of the bundle.

name?: string

Name of the bundle.