UNPKG

@alessiofrittoli/next-api

Version:
12 lines (9 loc) 268 B
import { ErrorCode as ErrorCode$1 } from '@alessiofrittoli/exception/code'; declare enum Next { } declare const ErrorCode: { Exception: typeof ErrorCode$1; Next: typeof Next; }; type ErrorCode = MergedEnumValue<typeof ErrorCode>; export { ErrorCode, Next };