| 18 | project_id: string; |
| 19 | } |
| 20 | interface editUserProfileType { |
| 21 | open: boolean; |
| 22 | onOk: (input: string, content: string) => void; |
| 23 | onCancel: () => void; |
| 24 | } |
| 25 | interface projectHomeType { |
| 26 | key: string; |
| 27 | [key: string]: any; |
nothing calls this directly
no outgoing calls
no test coverage detected