UNPKG

glitchkit

Version:

A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures

6 lines (5 loc) 230 B
import IGlitchKitBaseErrorJson from './GlitchKitBaseError.interface'; interface IGlitchKitBaseFileSystemErrorJson extends IGlitchKitBaseErrorJson { path: string | undefined; } export default IGlitchKitBaseFileSystemErrorJson;