Interface TumblrAPIResponse

Hierarchy

  • TumblrAPIResponse

Properties

Properties

errors?: {
    code: number;
    detail: string;
    title: string;
}[]
meta: {
    msg: string;
    status: number;
}

Type declaration

  • msg: string
  • status: number
response: any

Generated using TypeDoc