Window - TypeScript SDK

Window type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Trailing time window for the classification data. Currently only 7d (trailing 7 days) is supported.

Example Usage

1import { Window } from "@openrouter/sdk/models/operations";
2
3let value: Window = "7d";

Values

1"7d"