@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 325 B
TypeScript
import type { NamedSchemaError } from "@reduxjs/toolkit/query";
type SchemaFailureHandler = {
apiName: string;
endpoint: string;
error: NamedSchemaError;
};
export declare const onSchemaFailure: ({ apiName, endpoint, error }: SchemaFailureHandler) => void;
export {};
//# sourceMappingURL=onSchemaFailure.d.ts.map