Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BooruResult<T>

Contains results from a booru site with additional metadata

Type parameters

  • T

Hierarchy

  • BooruResult

Index

Properties

Properties

base

base: string

Base URI of the booru site

data

data: T[] | any

Array of results from the booru site or error (check status)

status

status: string

Status of the result (when 'error', data is the error, else 'ok' and data is array of T)

Generated using TypeDoc