Properties
string | null
string | null
string | null
ProjectDependencyTypes
required
Enum: ProjectDependencyTypes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ProjectChildDependency {
version_id?: string | null;
project_id?: string | null;
file_name?: string | null;
dependency_type: ProjectDependencyTypes;
}
