Configuring the domain
The domain configuration is the basis for creating the domain artifacts
/**
* @type {string}
*/
export const path = '/dashboard/general/category'
/**
* @type {string}
*/
export const domain = 'general.category'
/**
* @type {string}
*/
export const resource = '/general/category'Last updated
Was this helpful?