## StringMap type

**Signature:**

```typescript
export type StringMap = {
    [key: string]: string;
};
```

- [StringMap type](/content/docs/sdk/core.stringmap#stringmap-type/index.html)
