Remove optional entity field

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-04-19 15:24:42 +02:00
parent ab5ad7ecc3
commit d126628a9b
3 changed files with 3 additions and 5 deletions
@@ -31,7 +31,6 @@ export interface LocationEntityV1alpha1 extends Entity {
type?: string;
target?: string;
targets?: string[];
optional?: boolean;
};
}