1 2 3 4 5 6 7
import config from '../../../config'; export default ({ _id, contentType }) => ({ type: 'Document', mediaType: contentType, url: `${config.drive_url}/${_id}` });