UNPKG

trc-client-core

Version:
13 lines (11 loc) 411 B
export const ATTENDED = 'ATTENDED'; export const COMPLETED = 'COMPLETED'; export const IN_PROGRESS = 'IN_PROGRESS'; export const PARTIALLY_ATTENDED = 'PARTIALLY_ATTENDED'; export const CREDIT = 'CREDIT'; export const ENROLLED = 'ENROLLED'; export const PENDING = 'PENDING'; export const CANCELLED = 'CANCELLED'; export const NO_SHOW = 'NO_SHOW'; export const WAITLISTED = 'WAITLISTED'; export const XC = 'XC';