this repo has no description
at main 8 lines 155 B view raw
1export type StatusType = { 2 author_did: string; 3 created_at: string; 4 handle?: string | null; 5 indexed_at: string; 6 status: string; 7 uri: string; 8};