export interface LogoutUserRequest { } export interface LogoutUserResponse { response?: string|undefined; }