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
/ galery.ts
Fabian VC
on 19 Oct 2021
101 bytes
[fix] fix styles
Raw
Blame
History
import { Image } from './image'; export interface Galery { name?: string; image?: Image[]; }