UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

12 lines (11 loc) 305 B
export declare class ExternalRefError extends Error { readonly refs: Array<{ path: string; value: string; }>; constructor(message: string, refs: Array<{ path: string; value: string; }>); } export declare function checkForExternalRefs(input: unknown): void;