MCPcopy
hub / github.com/nonebot/nonebot2 / Digests

Interface Digests

website/src/components/Resource/DetailCard/types.ts:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35export interface Digests {
36 blake2b_256: string;
37 md5: string;
38 sha256: string;
39}
40
41export type Releases = {
42 comment_text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected