UNPKG

@idfy/sdk

Version:
8 lines (7 loc) 157 B
export default interface IdfyError { message?: string; code?: string; /** OAuth 2 errors */ error?: string; errorDescription?: string; }