UNPKG

rapiq

Version:

A tiny library which provides utility types/functions for request and response query handling.

6 lines 160 B
import type { ErrorCode } from './code'; export type BaseErrorOptions = { code?: `${ErrorCode}`; message: string; }; //# sourceMappingURL=types.d.ts.map