Remove optional entity field
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -31,7 +31,6 @@ export interface LocationEntityV1alpha1 extends Entity {
|
||||
type?: string;
|
||||
target?: string;
|
||||
targets?: string[];
|
||||
optional?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user