Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: essay
> ./src/tldraw/schema.ts
Lenses
(coming soon!)
import { SerializedSchema, SerializedStore, TLRecord } from "@tldraw/tldraw"
export type TLDrawDoc = {
store: SerializedStore<TLRecord>
schema: SerializedSchema
}