TypeScript SDKAPI ReferenceOperationsGranularityName - TypeScript SDKCopy pageGranularityName type definitionGranularity identifier Example Usage 1import { GranularityName } from "@openrouter/sdk/models/operations";23let value: GranularityName = "day";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"minute" | "hour" | "day" | "week" | "month" | Unrecognized<string>