Files
winos-config/src/dsc-resource-schema-types/microsoft-powertoys-zoomitsettings.gen.ts
EthanShoeDev c47b62d617 signs of life
2025-12-19 04:25:04 -05:00

11 lines
336 B
TypeScript

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