Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liuzi6612/nav
/ INewsItem
Interface
INewsItem
src/components/news/index.component.ts:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
import
{ component } from
'src/store'
24
25
interface
INewsItem {
26
text: string
27
url: string
28
hot: string
29
type
: NewsType
30
}
31
32
@Component({
33
standalone: true,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected