a tool for shared writing and social publishing

fix types

+3 -1
+3 -1
lexicons/src/normalize.ts
··· 219 219 bskyPostRef: record.postRef, 220 220 content, 221 221 theme: record.theme, 222 - preferences: leafletPrefs, 222 + preferences: leafletPrefs 223 + ? { ...leafletPrefs, $type: "site.standard.publication#preferences" as const } 224 + : undefined, 223 225 }; 224 226 } 225 227