Improve quoted attachment typings

This commit is contained in:
trevor-signal
2024-05-23 17:06:41 -04:00
committed by GitHub
parent 38226115a4
commit 5f0080a7d7
20 changed files with 98 additions and 97 deletions

View File

@@ -132,7 +132,7 @@ export type ProcessedGroupV2Context = {
};
export type ProcessedQuoteAttachment = {
contentType?: string;
contentType: MIMEType;
fileName?: string;
thumbnail?: ProcessedAttachment;
};