export const fileList = [{ filePath: 'test', filename: 'hello', id: 5, url: null }]; export const fileListRaw = [{ file_path: 'test', filename: 'hello', id: 5, url: null }]; export const initialData = { issueIid: '123', projectId: 456 };