⚠️ Internal: This API is not publically exported by the package.

Type alias ScanCommandOptions

ScanCommandOptions: {
    count?: number;
    match?: string;
    type?: string;
}

Type declaration

  • Optional count?: number
  • Optional match?: string
  • Optional type?: string