| 38 | } |
| 39 | |
| 40 | export interface AddUserStackInput { |
| 41 | title: string; |
| 42 | section: string; |
| 43 | startedAt?: string; |
| 44 | } |
| 45 | |
| 46 | export interface UpdateUserStackInput { |
| 47 | section?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected