UNPKG

@dodi-smart/nuki-graphql-api

Version:
18 lines 468 B
import type { Throwable } from './Throwable'; export type Status = { code?: number; description?: string; reasonPhrase?: string; throwable?: Throwable; uri?: string; success?: boolean; globalError?: boolean; informational?: boolean; redirection?: boolean; recoverableError?: boolean; serverError?: boolean; connectorError?: boolean; clientError?: boolean; error?: boolean; }; //# sourceMappingURL=Status.d.ts.map