## Overview We need a way in which we can define all sorts of manifests as an optional type. Maybe there is an easier to do this than to create something like: ``` type interface KubernetesResource = (Namespace | Secret | Configmaps) ```