UNPKG

@digitalpersona/services

Version:
16 lines (10 loc) 457 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [LDSAttributeName](./services.ldsattributename.md) ## LDSAttributeName type Branded alias type for Lightweight Directory Service (LDS) attribute names. <b>Signature:</b> ```typescript export declare type LDSAttributeName = string & { brand?: "dp.services.LDSAttributeName"; }; ```