scolladon/sfdx-git-delta

View on GitHub
src/types/output.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Output = {
  error: string | null
  output: string
  success: boolean
  warnings: string[]
}