UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

11 lines (10 loc) 337 B
import { ReferringObject } from './ReferringObject'; import { RedirectionType } from './types'; export interface Redirection { readonly id: string; readonly referringObject: ReferringObject; readonly refreshNeeded: boolean; readonly sessionId: string; readonly tenantId: string; readonly type: RedirectionType; }