NextFunction
Signature
export type NextFunction<T = unknown> = IsStrictlyUndefined<T> extends true ? () => void : (data: T) => void;Members
This export does not declare public properties or methods in the generated declaration file.
export type NextFunction<T = unknown> = IsStrictlyUndefined<T> extends true ? () => void : (data: T) => void;This export does not declare public properties or methods in the generated declaration file.