custom-page.model.ts 50 B

123
  1. export interface CustomPage {
  2. content: string
  3. }