···11import type { BaseClientOptions, ClientRequirements } from "@cistern/shared";
22-import type { ResourceUri, Tid } from "@atcute/lexicons";
22+import type { RecordKey, ResourceUri, Tid } from "@atcute/lexicons";
3344/**
55 * A locally-stored key pair suitable for storage
···34343535/** A simplified, encrypted memo */
3636export interface DecryptedMemo {
3737+ /** Record key of this memo */
3838+ key: RecordKey;
3939+3740 /** TID for when the memo was created */
3841 tid: Tid;
3942