Type alias KristApiResponse<T>

KristApiResponse<T>: T & { error?: string; message?: string; ok: boolean; parameter?: string }

An API response from the Krist server.

Type Parameters

Generated using TypeDoc