import type { ContrailConfig } from "@atmo-dev/contrail"; export const config: ContrailConfig = { namespace: "org.latha.nanopub", collections: { nanopub: { collection: "org.latha.nanopub", queryable: { nanopubType: {}, signerPubkey: {}, }, searchable: ["assertion.label"], methods: ["listRecords", "getRecord"], }, }, profiles: ["app.bsky.actor.profile"], notify: true, };