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
/ owner.ts
Fabian Vera
on 29 Sep 2021
65 bytes
[add] interface, pipes, service and map component
Raw
Blame
History
export interface Owner{ dni: string; full_name: string; }