UnlyEd/next-right-now-admin

View on GitHub
src/types/admin/Match.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Match = {
  path: string;
  url: string;
  isExact: boolean;
  params: object;
};