Loading web/src/infraestructure/entities/image.ts 0 → 100644 +4 −0 Original line number Diff line number Diff line export interface Image{ file: File; preview: string; } No newline at end of file Loading
web/src/infraestructure/entities/image.ts 0 → 100644 +4 −0 Original line number Diff line number Diff line export interface Image{ file: File; preview: string; } No newline at end of file