Options
All
  • Public
  • Public/Protected
  • All
Menu

Module FakeUser/contracts/CatApiResponse

Index

Type aliases

Type aliases

CatApiResponse: { id: number; url: string; webpurl: string; x: number; y: number }
description

This is a very simplistic type for a response from the (external) catAPI.

see

https://thatcopy.pw/catapi/rest/

Type declaration

  • id: number
  • url: string
  • webpurl: string
  • x: number
  • y: number

Generated using TypeDoc