UNPKG

@digitalpersona/services

Version:
14 lines (8 loc) 341 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarData](./services.vardata.md) ## VarData type A variant data. <b>Signature:</b> ```typescript export declare type VarData = VarBool | VarInt | VarString | VarBlob; ```