UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

11 lines (9 loc) 213 B
/** * Enum describing categories of actions which can occur, for logAction. * @author Benedikt Arnarsson */ enum ActionType { DB_ACCESS = 'DB_ACCESS', DB_RESULT = 'DB_RESULT', } export default ActionType;