MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / Cert

Interface Cert

client/src/utils/ajax.ts:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191interface Cert {
192 certTitle: string;
193 username: string;
194 date: Date;
195 completionTime: string;
196}
197export function getShowCert(
198 username: string,
199 certSlug: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected