Files
k8s-deploy/src/types/deployResult.ts
T
github-actions[bot] bba74ad3b5 v4 new release (#232)
2022-08-16 14:53:55 -04:00

7 lines
129 B
TypeScript

import {ExecOutput} from '@actions/exec'
export interface DeployResult {
execResult: ExecOutput
manifestFiles: string[]
}