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:
parent
525d38ec35
commit
0379975243
1 changed files with 2 additions and 1 deletions
3
types/packaging.d.ts
vendored
3
types/packaging.d.ts
vendored
|
@ -36,7 +36,8 @@ export interface PackagingSpineItem {
|
||||||
export interface PackagingManifestItem {
|
export interface PackagingManifestItem {
|
||||||
href: string,
|
href: string,
|
||||||
type: string,
|
type: string,
|
||||||
properties: Array<string>
|
properties: Array<string>,
|
||||||
|
fallback: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PackagingManifestObject {
|
export interface PackagingManifestObject {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue