Interface PageAuthor

Page author information

interface PageAuthor {
    bio?: string;
    email: string;
    name: string;
    pages_count: number;
}

Properties

bio?: string

Author bio

email: string

Author email

name: string

Author name

pages_count: number

Number of pages authored