1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Added fallback to PackagingManifestItem type

This commit is contained in:
Niels Lanting 2022-07-29 10:58:54 +02:00 committed by GitHub
parent 525d38ec35
commit 0379975243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,8 @@ export interface PackagingSpineItem {
export interface PackagingManifestItem {
href: string,
type: string,
properties: Array<string>
properties: Array<string>,
fallback: string
}
export interface PackagingManifestObject {