mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-14 16:43:07 +08:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export interface DockerComposeInstallerAdapter {
|
|
install(version: string): Promise<void>;
|
|
}
|