aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/actors/custom-page.model.ts
blob: 1e33584c1542e60e88d5c42ba214d30993d77071 (plain) (blame)
1
2
3
export interface CustomPage {
  content: string
}