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