feat: deprecated editors (#1166)
This commit is contained in:
9
packages/components/src/Checksums.ts
Normal file
9
packages/components/src/Checksums.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { FeatureIdentifier } from '@standardnotes/features'
|
||||
|
||||
type ChecksumEntry = {
|
||||
version: string
|
||||
base64: string
|
||||
binary: string
|
||||
}
|
||||
|
||||
export type ComponentChecksumsType = Record<FeatureIdentifier, ChecksumEntry>
|
||||
Reference in New Issue
Block a user