zaraz-types
v0.1.41
Published
Describe Zaraz config object shape for use in TypeScript-based projects that deal with [Zaraz](https://www.cloudflare.com/application-services/products/zaraz/)
Downloads
112
Keywords
Readme
Zaraz types
Describe Zaraz config object shape for use in TypeScript-based projects that deal with Zaraz
Installation
npm install --save zaraz-types
Example usage
import {
type Tool,
type ZarazConfig,
type ZarazPurpose,
} from 'zaraz-types';