mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Improve quoted attachment typings
This commit is contained in:
2
ts/textsecure/Types.d.ts
vendored
2
ts/textsecure/Types.d.ts
vendored
@@ -132,7 +132,7 @@ export type ProcessedGroupV2Context = {
|
||||
};
|
||||
|
||||
export type ProcessedQuoteAttachment = {
|
||||
contentType?: string;
|
||||
contentType: MIMEType;
|
||||
fileName?: string;
|
||||
thumbnail?: ProcessedAttachment;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user