Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const TransferStatus: { Completed: "completed"; Failed: "failed"; Processing: "processing"; Quoted: "quoted"; };
readonly Completed: "completed" = "completed";
readonly Failed: "failed" = "failed";
readonly Processing: "processing" = "processing";
readonly Quoted: "quoted" = "quoted";
Was this page helpful?