UNPKG

signicat-client-ts

Version:

Community TypeScript client for Signicat Authentication REST API with automatic token management

8 lines (7 loc) 174 B
export type ApiResult<T = any> = { readonly url: string; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly body: T; };