@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
18 lines • 468 B
TypeScript
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