Hierarchy

  • WordpressUserProfileDTO

Properties

content: {
    protected: boolean;
    rendered: string;
}

Type declaration

  • protected: boolean
  • rendered: string
date?: string
description?: string
extra Information?: string[]
featured_image?: {
    large: string;
    medium: string;
    thumbnail: string;
}

Type declaration

  • large: string
  • medium: string
  • thumbnail: string
id?: string
slug?: string
status?: WordpressEnum
title: {
    protected: boolean;
    rendered: string;
}

Type declaration

  • protected: boolean
  • rendered: string

Generated using TypeDoc