GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
CamaraComercioWeb
Transfer to URL with SHA
Find file
Newer
Older
tree:
cb7cc36670
Switch branches
×
master
CamaraComercioWeb
/
src
/
app
/
core
/
interfaces
/
site
/ image.ts
Fabian VC
on 19 Oct 2021
93 bytes
[fix] fix styles
Raw
Blame
History
export interface Image{ src?: string; creation_date?: string; verbose?: string; }