TypeScript SDKAPI ReferenceModelsFrameType - TypeScript SDKCopy pageFrameType type definitionWhether this image represents the first or last frame of the video Example Usage 1import { FrameType } from "@openrouter/sdk/models";23let value: FrameType = "first_frame";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"first_frame" | "last_frame" | Unrecognized<string>