MCPcopy 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
138interface CoursesSuccess {
139 type: 'success';
140 courses: Course[];
141}
142
143type CoursesResponse = CoursesError | CoursesSuccess;
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected