Adjust some types
This commit is contained in:
parent
9ce4b8977d
commit
d7307934bc
15 changed files with 223 additions and 175 deletions
|
@ -113,7 +113,7 @@ type MigrationsModuleType = {
|
|||
getAbsoluteStickerPath: (path: string) => string;
|
||||
getAbsoluteTempPath: (path: string) => string;
|
||||
loadAttachmentData: (
|
||||
attachment: AttachmentType
|
||||
attachment: Pick<AttachmentType, 'data' | 'path'>
|
||||
) => Promise<AttachmentWithHydratedData>;
|
||||
loadContactData: (
|
||||
contact: Array<EmbeddedContactType> | undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue