UNPKG

@digitalpersona/core

Version:
16 lines (11 loc) 376 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [QuestionNumber](./core.questionnumber.md) ## QuestionNumber type <b>Signature:</b> ```typescript export declare type QuestionNumber = number & { brand?: "dp.core.Question"; min?: 0; max?: 103; }; ```