OnExecuteCallback: (state: MangaMatchResult) => void

Callback function signature for executing state updates.

Type declaration

type OnExecuteCallback = (state: MangaMatchResult) => void;