| 13 | key: string; |
| 14 | } |
| 15 | interface ProjectType { |
| 16 | name: string; |
| 17 | description: string; |
| 18 | project_id: string; |
| 19 | } |
| 20 | interface editUserProfileType { |
| 21 | open: boolean; |
| 22 | onOk: (input: string, content: string) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected