export default function ({ $axios }) { return { getContentByType: (agreementCoding, type = 1) => $axios.$get('/public/v5/agreementApi/content/getContentByType', { params: { agreementCoding, type, }, }), }; }