// This file is auto-generated. Do not edit manually. import * as S from 'effect/Schema'; export const MicrosoftPowerToysEnvironmentVariablesSettings = S.Struct({ _inDesiredState: S.optional(S.NullOr(S.Boolean)), settings: S.Unknown, }); export type MicrosoftPowerToysEnvironmentVariablesSettings = S.Schema.Type< typeof MicrosoftPowerToysEnvironmentVariablesSettings >;