> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinata.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Signatures

### SignatureOptions

```typescript theme={null}
export type SignatureOptions = {
	cid: string;
	signature: string;
	address: string;
};
```

### SignatureResponse

```typescript theme={null}
export type SignatureResponse = {
	cid: string;
	signature: string;
};
```
