SDK Reference (BETA)TypeScript SDKOperationsCallData - TypeScript SDKCopy pageCallData type definition The TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { CallData } from "@openrouter/sdk/models/operations";23let value: CallData = {4 deadline: "<value>",5 feeAmount: "<value>",6 id: "<id>",7 operator: "<value>",8 prefix: "<value>",9 recipient: "<value>",10 recipientAmount: "<value>",11 recipientCurrency: "<value>",12 refundDestination: "<value>",13 signature: "<value>",14}; Fields FieldTypeRequiredDescriptiondeadlinestring✔️N/AfeeAmountstring✔️N/Aidstring✔️N/Aoperatorstring✔️N/Aprefixstring✔️N/Arecipientstring✔️N/ArecipientAmountstring✔️N/ArecipientCurrencystring✔️N/ArefundDestinationstring✔️N/Asignaturestring✔️N/A