Properties
{ sha512: string; sha1: string; }
required
string
required
string
required
boolean
required
number
required
ProjectVersionFileTypes
required
Enum: ProjectVersionFileTypes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ProjectVersionFile {
hashes: {
sha512: string;
sha1: string;
};
url: string;
filename: string;
primary: boolean;
size: number;
file_type: ProjectVersionFileTypes;
}
