Files
dc/client/src/app/models/UploadFile.ts
Mihajlo Medjedovic 857b94f44f
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m58s
style: lint
2024-07-03 18:01:01 +02:00

5 lines
78 B
TypeScript

export interface UploadFileResponse {
adapterResponse: any
log?: string
}