Prettier code cleanup for .ts files

See #182
This commit is contained in:
Michael Shamoon 2022-03-11 10:53:32 -08:00
parent f8c8161a3e
commit f34202a82a
159 changed files with 3882 additions and 2716 deletions

View file

@ -1,5 +1,4 @@
export interface PaperlessDocumentMetadata {
original_checksum?: string
archived_checksum?: string
@ -9,5 +8,4 @@ export interface PaperlessDocumentMetadata {
media_filename?: string
has_archive_version?: boolean
}