Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PatternMatch

Key/value pairs representing a match against a vacancy. For example, the vacancy "users/123" matches the pattern "users/:id". The corresponding match object would look like this: { id: '123' }.

Indexable

[key: string]: string

Key/value pairs representing a match against a vacancy. For example, the vacancy "users/123" matches the pattern "users/:id". The corresponding match object would look like this: { id: '123' }.

Generated using TypeDoc