RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/meteor-accounts-saml/server/definition/ILogoutResponse.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ILogoutResponse {
    id: string;
    response: string;
    inResponseToId: string;
}