summaryrefslogtreecommitdiff
path: root/src-migrate/types/pageContent.ts
blob: 4361deb7b0cd0fc058ccbd31b5a8accb7655b7a1 (plain)
1
2
3
4
5
export type PageContentProps = {
  id: number;
  url_path: string;
  content: string;
} | null;