BNSOnWebPlugin/DigitalDataBNSPlugin/Libraries/Windream/typings/Windream.WebService.Authentication.d.ts
2023-06-15 09:52:03 +02:00

6 lines
148 B
TypeScript

import { ResponseContainerDTO } from "./Windream.WebService";
export interface IAuthenticationController
{
Logout(): ResponseContainerDTO;
}