More protobufjs migration

This commit is contained in:
Fedor Indutny
2021-07-09 12:36:10 -07:00
committed by GitHub
parent cf06e6638e
commit ddbbe3a6b1
70 changed files with 3967 additions and 3369 deletions

View File

@@ -51,6 +51,9 @@ export type AttachmentType = {
cdnNumber?: number;
cdnId?: string;
cdnKey?: string;
/** Legacy field. Used only for downloading old attachments */
id?: number;
};
type BaseAttachmentDraftType = {