AliasPathTokenType type

The type of the token that the alias path is referring to.
KnownAliasPathTokenType can be used interchangeably with AliasPathTokenType, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified: The token type is not specified.
Any: The token type can be anything.
String: The token type is string.
Object: The token type is object.
Array: The token type is array.
Integer: The token type is integer.
Number: The token type is number.
Boolean: The token type is boolean.

type AliasPathTokenType = string