UNPKG

zaraz-ts

Version:

Zaraz TS - A type-safe wrapper around the Cloudflare Zaraz Web API.

13 lines (12 loc) 267 B
type Purpose = { name: string; description: string; order: number; }; /** * An object containing all configured purposes, with their ID, name, description, and order. */ export declare function getPurposes(): { [key: string]: Purpose; }; export {};