Type Alias ParsingCallback<P, R>

ParsingCallback: CustomCallback<P, WithArgInfo & WithCompInfo, R>

A callback for custom parsing.

Type Parameters

  • P

    The parameter data type

  • R = unknown

    The result data type