Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 474 Bytes

filesignedurl.md

File metadata and controls

17 lines (12 loc) · 474 Bytes

FileSignedURL

Example Usage

import { FileSignedURL } from "@mistralai/mistralai/models/components";

let value: FileSignedURL = {
  url: "https://lighthearted-developing.com/",
};

Fields

Field Type Required Description
url string ✔️ N/A