interface SplitWorkerEnv Since 0.2.0 The two halves of a Workers env record. Properties readonly vars: Readonly<Record<string, string>> Entries whose value is a string — safe for IRuntimeServices.env. readonly bindings: Readonly<Record<string, object>> Entries whose value is a non-null object — the platform bindings.