@caido/sdk-frontend 0.55.4-beta.4 → 0.55.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ID, type Selection } from "./utils";
|
|
2
2
|
/**
|
|
3
|
-
* Represents a {@link https://docs.caido.io/
|
|
3
|
+
* Represents a {@link https://docs.caido.io/app/quickstart/findings.html|Finding}.
|
|
4
4
|
* @category Findings
|
|
5
5
|
*/
|
|
6
6
|
export type Finding = {
|