Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ CoursesSuccess
Interface
CoursesSuccess
src/utiles/appx.ts:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
interface
CoursesSuccess {
139
type
:
'success'
;
140
courses: Course[];
141
}
142
143
type
CoursesResponse = CoursesError | CoursesSuccess;
144
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected