UNPKG

@digitalpersona/services

Version:
22 lines (14 loc) 678 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarType](./services.vartype.md) ## VarType enum <b>Signature:</b> ```typescript export declare enum VarType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Blob | <code>4</code> | The variant holds a binary object (in a form of a Base64Url-encoded string). | | Boolean | <code>1</code> | The variant holds a boolean value. | | Integer | <code>2</code> | The variant holds an integer value. | | String | <code>3</code> | The variant holds a string value. |