fix(keycloak.d.ts): class cannot extend interface
This commit is contained in:
parent
55291bad76
commit
3c0ecefacc
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ declare namespace Keycloak {
|
|||
|
||||
type KeycloakPromiseCallback<T> = (result: T) => void;
|
||||
|
||||
class KeycloakPromise<TSuccess, TError> extends Promise<TSuccess> {
|
||||
interface KeycloakPromise<TSuccess, TError> extends Promise<TSuccess> {
|
||||
/**
|
||||
* Function to call if the promised action succeeds.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue