Interface HandlerArgs<TMatchType>

Type Parameters

  • TMatchType

Hierarchy

Properties

Properties

matches: { match: ((i: any) => i is TMatchType) | ((i: any) => boolean) }

Type declaration

  • match: ((i: any) => i is TMatchType) | ((i: any) => boolean)

Generated using TypeDoc