# Variables
APIKey is the DT api key.
Fetch is a boolean flag that instructs the DT producer to fetch all vulnerabilities from a specific project.
ProjectID is only used with "Fetch", if fetch is defined, vulnerabilities of the specific projectID will be fetched.
URL is the URL of the remote DT.
# Structs
Component is a DT component.
Vulnerability is a DT Vulnerability for a single component.
# Type aliases
Aliases is DTs vulnerability aliases struct.
DependencyTrackOut is an export from DT findings API.