chore: fix web types

This commit is contained in:
Mo
2022-07-06 07:50:56 -05:00
parent 47de4020e1
commit ad92392b4d
8 changed files with 15 additions and 17 deletions

View File

@@ -1,10 +1,8 @@
import { ContentType, DecryptedItem, ItemContent } from '@standardnotes/snjs'
import { DecryptedItem, ItemContent } from '@standardnotes/snjs'
export type ListableContentItem = DecryptedItem<ItemContent> & {
title: string
protected: boolean
uuid: string
content_type: ContentType
updatedAtString?: string
createdAtString?: string
hidePreview?: boolean