@digitalpersona/services
Version:
DigitalPersona Web Access Services
16 lines (10 loc) • 457 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [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";
};
```