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