4 lines
110 B
C#
4 lines
110 B
C#
|
|
namespace FlatRender.StudioSvc.Domain.Enums;
|
||
|
|
|
||
|
|
public enum SavedProjectType { Draft, Active, Archived, Trash }
|