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

11 lines
326 B
TypeScript

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