Update api-report.md

Signed-off-by: Joe Van Alstyne <jvanalstyne@mdsol.com>
This commit is contained in:
Joe Van Alstyne
2024-06-10 19:09:37 +09:00
parent 55a5ef2c32
commit ef71b00bbe
+1
View File
@@ -455,6 +455,7 @@ interface SystemEntityV1alpha1 extends Entity {
spec: {
owner: string;
domain?: string;
type?: string;
};
}
export { SystemEntityV1alpha1 as SystemEntity };