MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / UploadCodePayload

Interface UploadCodePayload

frontend/src/api/codeshare.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import http from "./http";
3
4export interface UploadCodePayload {
5 author: string;
6 language: string;
7 content: string;
8 destroy_time: number;
9}
10
11export interface UploadCodeResponse {
12 hash: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected