trufflesuite/truffle

View on GitHub
packages/preserve/lib/targets/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Source } from "./sources";

export interface Target {
  source: Source;
}