bot/node_modules/zod/lib/helpers/errorUtil.d.ts

10 lines
327 B
TypeScript

export declare namespace errorUtil {
type ErrMessage = string | {
message?: string;
};
const errToObj: (message?: ErrMessage | undefined) => {
message?: string | undefined;
};
const toString: (message?: ErrMessage | undefined) => string | undefined;
}
//# sourceMappingURL=errorUtil.d.ts.map