This website requires JavaScript.
Explore
Docs
Blog
Community
About
typescript.guru
Help
Sign In
apiclient.xyz
/
docker
Watch
3
Star
0
Fork
0
You've already forked docker
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
645e1fd4a982aa765fc55e257e86f3ae7c1b5ae6
docker
/
ts
/
interfaces
/
image.ts
5 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(core): update
2019-08-15 18:50:13 +02:00
export
interface
IImageCreationDescriptor
{
imageUrl
:
string
;
fix(core): update
2019-08-16 14:46:48 +02:00
imageTag?
:
string
;
fix(core): update
2019-08-16 12:48:56 +02:00
}
Reference in New Issue
Copy Permalink