UNPKG

windmill-utils-internal

Version:

Internal utility functions for Windmill

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