export default interface UpdateDocumentParams { extent?: number[][]; thumbnail?: string | Blob | undefined; url?: string; }