7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export enum ResourceEventType
|
|
{
|
|
INIT = "INIT",
|
|
ADDED = "ADDED",
|
|
MODIFIED = "MODIFIED",
|
|
DELETED = "DELETED"
|
|
} |