beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 252 B view raw
1export interface Report { 2 subject: { 3 did: string; 4 handle: string | null; 5 reason: string | null; 6 }; 7 createdAt: string; 8} 9 10export type DropdownOption = { 11 value: string; 12 label: string; 13 disabled?: boolean; 14};