UNPKG
bitcitawebfrontlib-ibsalut
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Angular CLI project used by other Angular projects in the bitcita web project.<br />
bitcitawebfrontlib-ibsalut
/
common
/
data
/
seccion-texto.d.ts
11 lines
(10 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
SeccionTexto
{
"SERVICIO_SELECCION"
=
0
,
"SERVICIO_QUE_NECESITO"
=
1
,
"OFICINA_SELECCION"
=
2
,
"DATOS_PERSONALES"
=
3
,
"DATOS_PERSONALES_LOPD"
=
4
,
"CITA_SELECCION"
=
5
,
"CITA_RESULTADO"
=
6
,
"ERROR_VALIDACION_USUARIO"
=
7
}