MCPcopy 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
133interface CoursesError {
134 type: 'error';
135 message: string;
136}
137
138interface CoursesSuccess {
139 type: 'success';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected