UNPKG

ekangularbase

Version:

Authentication service for usermanagement(oidc client)

8 lines (7 loc) 145 B
interface SyncResponse { synced: boolean; errorMessage: string; statusCode: string; resultObj: any; errorList: any; }