MCPcopy
hub / github.com/pingdotgg/t3code / ProjectDraftSession

Interface ProjectDraftSession

apps/web/src/composerDraftStore.ts:306–308  ·  view source on GitHub ↗

* Draft session metadata paired with its stable draft-session identity.

Source from the content-addressed store, hash-verified

304 * Draft session metadata paired with its stable draft-session identity.
305 */
306interface ProjectDraftSession extends DraftSessionState {
307 draftId: DraftId;
308}
309
310/**
311 * App-facing composer identity:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected