chore: types

This commit is contained in:
Mo
2022-11-03 21:30:22 -05:00
parent 0f90db2836
commit b2831963fd
2 changed files with 2 additions and 19 deletions

View File

@@ -34,6 +34,7 @@ import {
MessageData,
Environment,
Platform,
OutgoingItemMessagePayload,
} from '@standardnotes/models'
import find from 'lodash/find'
import uniq from 'lodash/uniq'
@@ -41,7 +42,6 @@ import remove from 'lodash/remove'
import { SNSyncService } from '@Lib/Services/Sync/SyncService'
import { environmentToString, platformToString } from '@Lib/Application/Platforms'
import {
OutgoingItemMessagePayload,
MessageReply,
StreamItemsMessageData,
AllowedBatchContentTypes,