run yarn build:api-reports

Signed-off-by: Dawn James <dawnj@spotify.com>
This commit is contained in:
Jano González
2024-04-08 14:43:03 +02:00
committed by Dawn James
parent a8a21fabc6
commit 4ba5aa681b
+1 -1
View File
@@ -122,7 +122,7 @@ interface DomainEntityV1alpha1 extends Entity {
// (undocumented)
spec: {
owner: string;
domain?: string;
subdomainOf?: string;
};
}
export { DomainEntityV1alpha1 as DomainEntity };