Got rid of the last brace-typed and hyphen-less params etc
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export type FossaApi = {
|
||||
/**
|
||||
* Get the finding summary for a list of projects
|
||||
*
|
||||
* @param projectTitles a list of project titles in FOSSA
|
||||
* @param projectTitles - a list of project titles in FOSSA
|
||||
*/
|
||||
getFindingSummaries(
|
||||
projectTitles: Array<string>,
|
||||
@@ -41,7 +41,7 @@ export type FossaApi = {
|
||||
/**
|
||||
* Get the finding summary of a single project.
|
||||
*
|
||||
* @param projectTitle the project title in FOSSA
|
||||
* @param projectTitle - the project title in FOSSA
|
||||
*/
|
||||
getFindingSummary(projectTitle: string): Promise<FindingSummary | undefined>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user