Skip to content

Commit

Permalink
chore(ui): add PDFProps field
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Aug 8, 2024
1 parent 418866a commit 359e0ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/client/api/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,18 @@ export type Download = {
extension?: string
size?: number
image?: ImageProps
pdf?: PDFProps
}

export type ImageProps = {
width: number
height: number
}

export type PDFProps = {
pages: number
}

export type ListQueryParams = {
file_id: string
page?: string
Expand Down

0 comments on commit 359e0ab

Please sign in to comment.