Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectState

import type { ProjectState } from "https://aws-api.deno.dev/v0.4/services/mobile.ts?docs=full";

Synchronization state for a project.

type ProjectState =
| "NORMAL"
| "SYNCING"
| "IMPORTING"

§Type

§
"NORMAL" | "SYNCING" | "IMPORTING" | cmnP.UnexpectedEnumValue
[src]