file.ts 65 Bytes Raw Blame History Permalink 1 2 3 4 export interface File { source :string; target :string; }