Fix type checks.

This commit is contained in:
Sam Rose 2024-02-26 17:55:32 +00:00
parent 2e8eda47f1
commit c1a88f1279
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import type { PlanType } from "../../sdk" import type { PlanType } from "../../sdk"
import type { Layout, App } from "../../documents" import type { Layout, App, Screen } from "../../documents"
export interface CreateAppRequest { export interface CreateAppRequest {
name: string name: string