MCPcopy Create free account
hub / github.com/dailydotdev/apps / AddUserStackInput

Interface AddUserStackInput

packages/shared/src/graphql/user/userStack.ts:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export interface AddUserStackInput {
41 title: string;
42 section: string;
43 startedAt?: string;
44}
45
46export interface UpdateUserStackInput {
47 section?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected