mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix API call interface breaking build (#16744)
This commit is contained in:
parent
add6763787
commit
6addcd5984
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ export interface IGetVulnerabilitiesQueryParams {
|
|||
page?: number;
|
||||
per_page?: number;
|
||||
exploited?: boolean;
|
||||
query?: string;
|
||||
}
|
||||
|
||||
export interface IGetVulnerabilitiesQueryKey
|
||||
|
|
|
|||
Loading…
Reference in a new issue