import { OnRunProps as OnRunProps$1 } from '@drincs/nqtr';

type OnRunProps = OnRunProps$1;
/**
 * The function that is called when the class is runned.
 */
type OnRunEvent<T> = (item: T, props: OnRunProps) => void;

export type { OnRunEvent, OnRunProps };
