UNPKG

@seniorsistemas/senior-sam

Version:
16 lines (15 loc) 246 B
declare enum VisitLimitControl { /** * Não Controla */ DOES_NOT_CONTROL = "DOES_NOT_CONTROL", /** * Alerta */ ALERT = "ALERT", /** * Bloqueia */ BLOCK = "BLOCK" } export = VisitLimitControl;