import type { ThunkExtraArguments } from './thunk-extra-arguments.js'; export interface AsyncThunkOptions { state: T; extra: TExtra; }