azon_seeker/shim.d.ts
2025-04-23 18:06:57 +08:00

9 lines
237 B
TypeScript

import type { ProtocolWithReturn } from 'webext-bridge';
declare module 'webext-bridge' {
export interface ProtocolMap {
// define message protocol types
// see https://github.com/antfu/webext-bridge#type-safe-protocols
}
}