> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProjectChildDependency

```ts theme={"theme":"github-dark-high-contrast"}
export interface ProjectChildDependency {
  version_id?: string | null;
  project_id?: string | null;
  file_name?: string | null;
  dependency_type: ProjectDependencyTypes;
}
```

## Properties

<ResponseField name="version_id" type="string | null" />

<ResponseField name="project_id" type="string | null" />

<ResponseField name="file_name" type="string | null" />

<ResponseField name="dependency_type" type="ProjectDependencyTypes" required>Enum: [ProjectDependencyTypes](/reference/enum/ProjectDependencyTypes)</ResponseField>
