UNPKG

auron

Version:

Interact with your ATProto labeler from your terminal

13 lines (11 loc) 233 B
import { Selectable } from "kysely"; export interface Record { uri: string; cid: string; value: string; blobCids: string; indexedAt: string; blobs: string; labels: string; } export type RecordRow = Selectable<Record>;