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

Interface AddUserStackInput

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

Source from the content-addressed store, hash-verified

30}
31
32export interface AddUserStackInput {
33 title: string;
34 section: string;
35 startedAt?: string;
36}
37
38export interface UpdateUserStackInput {
39 section?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected