Type Alias SourceProjectFile2
SourceProjectFile2: {
document_id: string;
document_score: number;
name: string;
path: string;
slug: string;
type?: "project_file";
}
Type declaration
document_id: string
document_score: number
name: string
path: string
slug: string
Optionaltype?: "project_file"