UNPKG

@plastic-ant/lightcast-api

Version:

An unofficial helper package for accessing the Lightcast API endpoints

9 lines (8 loc) 166 B
import { JsonValue } from "type-fest"; export interface Status { healthy: boolean; message: string; } export type Response<R = JsonValue> = { data: R; };