Say I have the following types:
type ValidatedInput = Readonly<{ id: string }> type GetStructures = (id: string) => TaskEither