Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ CoursesError
Interface
CoursesError
src/utiles/appx.ts:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
interface
CoursesError {
134
type
:
'error'
;
135
message: string;
136
}
137
138
interface
CoursesSuccess {
139
type
:
'success'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected