UNPKG

signicat-client-ts

Version:

Community TypeScript client for Signicat Authentication REST API with automatic token management

19 lines (18 loc) 312 B
export type BrokerResponseErrorDetails = { /** * The error type. */ type?: string | null; /** * The error title. */ title?: string | null; /** * The error detail. */ detail?: string | null; /** * The error code. */ code?: string | null; };