chore: common is now entityRef

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-17 14:30:56 +01:00
parent bab8027029
commit 8bd0d83311
+1 -1
View File
@@ -121,7 +121,7 @@ export const templateEntityV1beta3Validator: KindValidator;
// @public
export type TemplateInfo = {
name: string;
entityRef: string;
baseUrl?: string;
};