<script>
const ADMIN = 8
const PM = 1
const CRC = 2
const QC = 3
export default
{
ADMIN,
PM,
CRC,
QC
}
</script>