mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-20 16:42:13 +11:00
2 lines
203 B
TypeScript
2 lines
203 B
TypeScript
import { CancelableRequest, BeforeErrorHook } from './types';
|
|
export default function createRejection(error: Error, ...beforeErrorGroups: Array<BeforeErrorHook[] | undefined>): CancelableRequest<never>;
|