Skip to content

Commit

Permalink
fix: exported FunctionScanOptions
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Derevnjuk <[email protected]>
  • Loading branch information
pmstss and derevnjuk authored Jul 12, 2024
1 parent 5c2a1a0 commit d93c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/lib/SecScan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
TargetOptions
} from '@sectester/scan';

interface FunctionScanOptions<T> {
export interface FunctionScanOptions<T> {
inputSample: T;
fn: (input: T) => Promise<unknown>;
}
Expand Down

0 comments on commit d93c56b

Please sign in to comment.