Added state selector for world
This commit is contained in:
2
models/Entity.ts
Normal file
2
models/Entity.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const contentStates = ["published", "draft", "archived"] as const
|
||||
export type ContentState = typeof contentStates[number]
|
||||
Reference in New Issue
Block a user