MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / BulkImportResponse

Interface BulkImportResponse

app/admin/import/page.tsx:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface BulkImportResponse {
36 total: number
37 succeeded: number
38 failed: number
39 results: ImportResult[]
40}
41
42export default function AdminImportPage() {
43 const isAdmin = useQuery(api.admin.isAdmin)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected