Skip to content

NextFunction

1
type NextFunction<T>: IsStrictlyUndefined<T> extends true ? () => void : (data: T) => void;

Type parameters

Type parameterValue
Tunknown

Source

seyfert/src/commands/applications/shared.ts:7