PackageVersionListOptions: {
    branch?: string;
    concise?: boolean;
    createdLastDays?: number;
    isReleased?: boolean;
    modifiedLastDays?: number;
    orderBy?: string;
    packages?: string[];
    showConversionsOnly?: boolean;
    verbose?: boolean;
}