UNPKG

@skylinedynamics/sd-angular-jsonapi

Version:

Skyline Dynamics Angular 5+, fluent Implementation for JSONAPI conform requests

10 lines (9 loc) 252 B
export declare type JSONAPIErrorID = number | string; export interface JSONAPIErrorLinks { about: string; } export declare type JSONAPIErrorCode = number | string; export interface JSONAPIErrorSource { pointer: string; parameter: string; }