UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

7 lines (6 loc) • 189 B
import type { EcdsaSignature } from './EcdsaSignature'; import type { PreSignature } from './PreSignature'; /** * A signature. */ export type Signature = (EcdsaSignature | PreSignature);