Typedef for a function that can parse a task configuration.
typedef ArgFromJson<Arg> = Arg Function(Map<String, dynamic> json);