OnBulkExecuteCallback: (state: MangaMatchResult[]) => void

Type for bulk state update callback.

Type declaration

type OnBulkExecuteCallback = (state: MangaMatchResult[]) => void;