UNPKG

courtbot-engine

Version:

An engine for courtbot-like functionality to be included in city/county services sites.

14 lines (12 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var registrationState = Object.freeze({ UNBOUND: 0, ASKED_PARTY: 1, ASKED_REMINDER: 2, REMINDING: 3, UNSUBSCRIBED: 4 }); exports.default = registrationState;