interface GetSessionRequest {
    expandTransactionIntent?: boolean;
    id: string;
}

Properties

expandTransactionIntent?: boolean
id: string