export const MANAGE = 'MANAGE' export const USE = 'USE' export const DATASET = 'DATASET' export const APPLICATION = 'APPLICATION' export function isManage(type: String) { return type === 'manage' }