remove type we don't need

This commit is contained in:
Simon Knott 2024-09-06 15:54:56 +02:00
parent 03723b3e99
commit b5ec59d4c5
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -44,7 +44,6 @@ export type PageEntry = {
pageId: string, pageId: string,
screencastFrames: { screencastFrames: {
sha1: string, sha1: string,
pageId: string,
timestamp: number, timestamp: number,
width: number, width: number,
height: number, height: number,