mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
cf737aa2e7
this might break tests for now
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
export type Service = {
|
|
[string]: string
|
|
};
|