UNPKG

@siren-js/client

Version:
8 lines (7 loc) 198 B
/** * Indicates a `Serializer` does not support the given `type` */ export declare class UnsupportedSerializerTypeError extends Error { readonly type: string; constructor(type: string); }