export default interface CopyFileInputInterface { urls: string[]; folder_id?: string; pass?: string; sharing_user?: string; rename?: string; }