AliasPathTokenType type

Define valores para AliasPathTokenType.
KnownAliasPathTokenType se puede usar indistintamente con AliasPathTokenType, esta enumeración contiene los valores conocidos que admite el servicio.

Valores conocidos admitidos por el servicio

notSpecified: no se especifica el tipo de token.
Cualquier: el tipo de token puede ser cualquier cosa.
string: el tipo de token es string.
Object: el tipo de token es object.
array: el tipo de token es array.
entero: el tipo de token es entero.
Número: el tipo de token es number.
booleano: el tipo de token es booleano.

type AliasPathTokenType = string