diff --git a/packages/types/src/api/web/application.ts b/packages/types/src/api/web/application.ts index 8b1db534bb..87a0bd6ef9 100644 --- a/packages/types/src/api/web/application.ts +++ b/packages/types/src/api/web/application.ts @@ -1,5 +1,5 @@ import type { PlanType } from "../../sdk" -import type { Layout, App } from "../../documents" +import type { Layout, App, Screen } from "../../documents" export interface CreateAppRequest { name: string