GHHG10/CodeServer / opencode /packages /core /src /v1 /config /console-state.ts
GHHG10's picture
download
raw
535 Bytes
export * as ConfigConsoleStateV1 from "./console-state"
import { Schema } from "effect"
import { NonNegativeInt } from "../../schema"
export class ConsoleState extends Schema.Class<ConsoleState>("ConsoleState")({
consoleManagedProviders: Schema.mutable(Schema.Array(Schema.String)),
activeOrgName: Schema.optional(Schema.String),
switchableOrgCount: NonNegativeInt,
}) {}
export const emptyConsoleState: ConsoleState = ConsoleState.make({
consoleManagedProviders: [],
activeOrgName: undefined,
switchableOrgCount: 0,
})

Xet Storage Details

Size:
535 Bytes
·
Xet hash:
d2bf9307eedaf9f4809c6e19b8ba72f28b4772c10457a8d11db4cd86a68e0b04

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.