﻿interface KnockoutObservable<T> {
    setError(error: string);
}
