Type alias FetchManifestPayload

FetchManifestPayload: {
    manifestUrl: string;
}

Type declaration

  • manifestUrl: string

    The URL of the manifest to fetch.

Generated using TypeDoc