AvailableDaysCompletionHandler

typealias AvailableDaysCompletionHandler = (Result<[String], Failure>) -> Void

Undocumented