UNPKG

@dodi-smart/nuki-graphql-api

Version:
9 lines 284 B
import type { StackTraceElement } from './StackTraceElement'; export type Throwable = { cause?: Throwable; stackTrace?: Array<StackTraceElement>; message?: string; localizedMessage?: string; suppressed?: Array<Throwable>; }; //# sourceMappingURL=Throwable.d.ts.map