From c1a88f12795fff1ce4bcdc2c4922e80397d51b96 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 26 Feb 2024 17:55:32 +0000 Subject: [PATCH] Fix type checks. --- packages/types/src/api/web/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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