MCPcopy
hub / github.com/liuzi6612/nav / INewsProps

Interface INewsProps

src/types/index.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface INewsProps {
47 types: NewsType[]
48 count: number
49 bgColor: string
50}
51
52export interface ICalendarProps {
53 topColor: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected