1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-13 06:40:06 +02:00
copilot/docker-compose-client/src/types.js
Sérgio Ramos cf737aa2e7 integrate docker-compose-api into portal-data (#451)
this might break tests for now
2017-05-16 10:54:39 -05:00

4 lines
46 B
JavaScript

export type Service = {
[string]: string
};