diff --git a/src/Generators/DeclarationGenerator.php b/src/Generators/DeclarationGenerator.php index 3dfc9fc..7e62577 100644 --- a/src/Generators/DeclarationGenerator.php +++ b/src/Generators/DeclarationGenerator.php @@ -63,16 +63,16 @@ private function getHeader(): string /* * This is an automated Roadiz interface declaration file. * RoadizNodesSources, RoadizDocument and other mentioned types are part of - * roadiz/abstract-api-client package which must be installed in your project. + * @roadiz/types package which must be installed in your project. * - * @see https://github.com/roadiz/abstract-api-client + * @see https://github.com/roadiz/types * * Roadiz CMS node-types interfaces * * @see https://docs.roadiz.io/en/latest/developer/nodes-system/intro.html#what-is-a-node-type */ -import { RoadizNodesSources, RoadizDocument } from '@roadiz/abstract-api-client/dist/types/roadiz' +import type { RoadizNodesSources, RoadizDocument } from '@roadiz/types' EOT; } }