Skip to content

Commit c738e65

Browse files
authored
Merge pull request #1319 from laterbuy/master
Update packaging.d.ts
2 parents cb5cf21 + 00aeaa5 commit c738e65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/packaging.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export interface PackagingMetadataObject {
2424
orientation: string,
2525
flow: string,
2626
viewport: string,
27-
spread: string
27+
spread: string,
28+
direction: string,
2829
}
2930

3031
export interface PackagingSpineItem {

0 commit comments

Comments
 (0)