···1515 * @description Your repo is your DID (did:plc... or did:web...). You can find this information using: https://pdsls.dev
1616 */
1717 repo: string;
1818- filter?: string;
1918 /**
1919+ * The number of records leaflet records to return for getCollection, the default being 50. The range can be from 1 to 100.
2020 * @default 50
2121 */
2222 limit?: number;
2323+ /**
2424+ * Whether or not the records should be returned in reversed order.
2525+ * @default undefined
2626+ */
2727+ reverse?: boolean;
2328}
24292530export interface LeafletDocumentRecord {
+1-1
lib/utils.ts
···11import type {} from "@atcute/atproto";
22-import { type Handle, is } from "@atcute/lexicons";
22+import { is } from "@atcute/lexicons";
33import { AtUri, UnicodeString } from "@atproto/api";
44import katex from "katex";
55import sanitizeHTML from "sanitize-html";