export default interface EditFileOuputInterface { status: "OK" | "KO"; updated: number; urls: string[]; }