Type alias ManifestInfo

ManifestInfo: {
    manifestUrl: string;
    uuid: string;
}

Type declaration

  • manifestUrl: string

    The runtime manifest URL.

  • uuid: string

    The uuid of the application.

Generated using TypeDoc