export type StatusType = { author_did: string; created_at: string; handle?: string | null; indexed_at: string; status: string; uri: string; };