<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf8String](./core.utf8string.md)

## Utf8String type

Branded alias type for UTF8-encoded strings.

<b>Signature:</b>

```typescript
export declare type Utf8String = string & {
    encoding?: "utf8";
};
```
