A path to a file.

interface FilePath {
    file_id: string;
    index: number;
    type: "file_path";
}

Properties

Properties

file_id: string

The ID of the file.

index: number

The index of the file in the list of files.

type: "file_path"

The type of the file path. Always file_path.