import type { ContrailConfig } from "@atmo-dev/contrail"; export const config: ContrailConfig = { namespace: "org.latha.papers", collections: { summary: { collection: "org.latha.papers.summary", queryable: { paperUrl: {}, venue: {}, year: { type: "range" }, posterDid: {}, }, searchable: ["title", "summary", "abstract"], methods: ["listRecords", "getRecord"], }, }, profiles: ["app.bsky.actor.profile"], notify: true, };