hiya, what's the `env.ANALYTICS_DATASET` type? The docs don't specify this, trying to get to a compi

hiya, what's the env.ANALYTICS_DATASET type? The docs don't specify this, trying to get to a compile-able TS code for my corresponding
wrangler.toml
changes:
export interface Env {
__STATIC_CONTENT: KVNamespace;
XYZ_PACKAGES: R2Bucket;
XYZ_ANALYTICS: ??; // <<- What goes here?
DEBUG: boolean;
}
Was this page helpful?