TypeScript SDKAPI ReferenceModelsPendingSafetyCheck - TypeScript SDKCopy pagePendingSafetyCheck type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { PendingSafetyCheck } from "@openrouter/sdk/models";23let value: PendingSafetyCheck = {4 code: "<value>",5 id: "<id>",6 message: "<value>",7}; Fields FieldTypeRequiredDescriptioncodestring✔️N/Aidstring✔️N/Amessagestring✔️N/A