Interface SessionInfo

interface SessionInfo {
    resumingKey?: string;
    timeout: number;
}

Properties

resumingKey?: string
timeout: number