Interface SessionResponse

interface SessionResponse {
    result: string;
    arguments: SessionArguments;
}

Hierarchy (view full)

Properties

Properties

result: string
arguments: SessionArguments