1 2 3 4 5 6 7 8 9 10 11
export const project = { web_url: '/namespace-123/project-123', }; export const branch = { commit: { id: '123', }, }; export const files = ['folder/index.js'];