| 30 | } |
| 31 | |
| 32 | export interface AddUserStackInput { |
| 33 | title: string; |
| 34 | section: string; |
| 35 | startedAt?: string; |
| 36 | } |
| 37 | |
| 38 | export interface UpdateUserStackInput { |
| 39 | section?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected