# configuration/strings/card.strings.ts

> 2 lines of code and 2 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-card-strings-ts
Source text: https://banes-lab.com/assets/sources/source.baaf441b762355e8fa18fafa2bc08fa4299c826fed4441e572fc66797aadda92.generated.txt

## Definitions

- `PERMITTED_TITLE` (lexical_declaration, line 1, exported)
- `RESTRICTED_TITLE` (lexical_declaration, line 3, exported)

## Source

```typescript
export const PERMITTED_TITLE = "Permitted";

export const RESTRICTED_TITLE = "Restricted";
```
