Updated Attachment type
All checks were successful
Setup testing environment and test the code / build (push) Successful in 2m42s
Publish to NPM / build-and-publish (release) Successful in 2m47s

This commit is contained in:
2026-04-10 09:18:16 +02:00
parent 76f573023f
commit 9d6a18dda4
2 changed files with 2 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ export interface Attachment {
path: string
height: number
width: number
extraMetaData: Record<string, string> // Used by clients
}