Skip to content

ScanStatus

type ScanStatus = "success" | "cancelled" | "failed";

Defined in: domains/scanner.ts:7