| 153 | } |
| 154 | |
| 155 | export interface ContractInfo |
| 156 | extends StrictOmit< |
| 157 | types.ContractInfo, |
| 158 | "SourceCode" | "ABI" | "Implementation" |
| 159 | > {} |
| 160 | |
| 161 | export interface FileContents |
| 162 | extends Record<types.FilePath, types.FileContent> {} |
nothing calls this directly
no outgoing calls
no test coverage detected