export type session_ExchangeRequest = { /** * SessionID is the session token ID previously issued for this app. */ sessionId: string; };