export default interface ACSSessionInfo {
    id: string;
    threadId: string;
    pollingInterval: number;
}
