export interface IFiles {
  name: string;
  content: string;
}
