UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

8 lines (7 loc) 111 B
/** * @category Model Admin */ export interface ILogoutResponse { message: string; status: number; }