feat: deprecated editors (#1166)

This commit is contained in:
Mo
2022-06-27 14:08:33 -05:00
committed by GitHub
parent d340ff9d77
commit 60ca415044
642 changed files with 33059 additions and 9259 deletions

View 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 {};