Type Alias ActivityType

ActivityType:
    | "ItemCreated"
    | "ItemUpdated"
    | "ItemMovedFrom"
    | "ItemMovedTo"
    | "ItemDeleted"