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