| 67 | ]; |
| 68 | |
| 69 | export interface UploadResponse { |
| 70 | files: { |
| 71 | id: string; |
| 72 | type: string; |
| 73 | url: string; |
| 74 | }[]; |
| 75 | } |
| 76 | |
| 77 | export interface NestUploadResponse { |
| 78 | fileURL: string; |
nothing calls this directly
no outgoing calls
no test coverage detected