MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / RunPodResponse

Interface RunPodResponse

lib/models.ts:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73export interface RunPodResponse {
74 delayTime: number;
75 executionTime: number;
76 id: string;
77 output: string;
78 status: string;
79}
80
81export interface TogetherAIResponse {
82 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected