| 15 | let checkPhotoTestMaxCount = CHECK_PHOTO_TEST_MAX_COUNT; |
| 16 | |
| 17 | interface Data<D> { |
| 18 | data: D; |
| 19 | msg: string; |
| 20 | code: number; |
| 21 | } |
| 22 | interface UploadFileData { |
| 23 | fileUrl: string; |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected