UNPKG

wallee

Version:
9 lines (8 loc) 193 B
declare enum CreationEntityState { CREATE = "CREATE", ACTIVE = "ACTIVE", INACTIVE = "INACTIVE", DELETING = "DELETING", DELETED = "DELETED" } export { CreationEntityState };