# PdfDict

## Content

# Type Alias: PdfDict

```ts
type PdfDict = object;
```

Represents a PDF dict object.

## Index Signature

```ts
[key: string]: PdfValue
```
