Fix type checks.
This commit is contained in:
parent
2e8eda47f1
commit
c1a88f1279
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue