1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

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

View file

@ -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