Hierarchy

  • WordpressPageDTO

Properties

author?: number
comment_status?: string
content: {
    protected: boolean;
    rendered: string;
}

Type declaration

  • protected: boolean
  • rendered: string
date?: string
date_gtm?: string
excerpt?: {
    protected?: boolean;
    rendered?: string;
}

Type declaration

  • Optional protected?: boolean
  • Optional rendered?: string
featured_media?: number
generated_slug?: string
id?: string
menu_order?: number
meta?: object
parent?: number
password?: string
permalink_template?: string
ping_status?: string
slug?: string
status?: WordpressEnum
template?: string
title: {
    protected: boolean;
    rendered: string;
}

Type declaration

  • protected: boolean
  • rendered: string
type?: string

Generated using TypeDoc