[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › SimplePassword

```ts
type SimplePassword = string &
  Brand<"Trimmed"> &
  Brand<"MaxLength64"> &
  Brand<"MinLength8"> &
  Brand<"SimplePassword">;
```

Defined in: [packages/common/src/Type.ts:5844](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L5844)

A trimmed password containing between 8 and 64 UTF-16 code units.