Represents an author.

Hierarchy

  • Author

Properties

avatar: string
id: number
identities: {
    aim?: string;
    discord?: string;
    facebook?: string;
    github?: string;
    google_talk?: string;
    icq?: string;
    skye?: string;
    twitter?: string;
    windows_live?: string;
    yahoo_messenger?: string;
    youtube?: string;
}

Type declaration

  • Optional aim?: string
  • Optional discord?: string
  • Optional facebook?: string
  • Optional github?: string
  • Optional google_talk?: string
  • Optional icq?: string
  • Optional skye?: string
  • Optional twitter?: string
  • Optional windows_live?: string
  • Optional yahoo_messenger?: string
  • Optional youtube?: string
resource_count: number
username: string

Generated using TypeDoc