Example Usage
import { Granularity } from "@openrouter/sdk/models/operations";
let value: Granularity = {
displayLabel: "Day",
name: "day",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
displayLabel | string | :heavy_check_mark: | Human-readable label | Day |
name | operations.GranularityName | :heavy_check_mark: | Granularity identifier | day |