typealias WebcomResultCallback<T> = (WebcomResult<T>) -> Unit
Shortcut type for callbacks that return an object of a given type and that may fail.