Skip to content

Commit d35cb61

Browse files
takefumi-yoshiikenchris
authored andcommitted
fix any to AbortSignal
1 parent 590b5fb commit d35cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-nfc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ interface NDEFScanOptions {
8686
id?: string
8787
recordType?: string
8888
mediaType?: string
89-
signal?: any
89+
signal?: AbortSignal
9090
}

0 commit comments

Comments
 (0)