interface ISavedSync {
    accountData: IMinimalEvent[];
    nextBatch: string;
    roomsData: IRooms;
}

Properties

accountData: IMinimalEvent[]
nextBatch: string
roomsData: IRooms