1
0
Fork 0
mirror of synced 2024-06-11 06:55:26 +12:00
budibase/packages/types/src/sdk/middleware/matchers.ts

5 lines
70 B
TypeScript

export interface EndpointMatcher {
route: string
method: string
}