<?php namespace App\Models\Enums; enum LibraryType: string { case ASSET = 'asset'; case PROJECT = 'project'; case CUSTOM = 'custom'; }