blob: ef5d9c5cbb31936edea810fcf55af6bb108dc9da [file] [log] [blame]
export interface SharedProcessedFiles {
[key: string]: string;
}