aboutsummaryrefslogtreecommitdiff
path: root/src/types.d.ts
blob: 73346ce10e35b3a2481085536ef1573f49d984f9 (plain)
1
2
3
4
5
export interface Page {
  prefix: string;
  id: string;
}