UNPKG

glitchkit

Version:

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

8 lines (7 loc) 219 B
interface IGlitchKitTraceabilityJson { traceId: string | undefined; operation: string | undefined; reported: boolean | undefined; source: string | undefined; } export default IGlitchKitTraceabilityJson;