12 lines
375 B
TypeScript
12 lines
375 B
TypeScript
// This file is auto-generated. Do not edit manually.
|
|
import * as S from 'effect/Schema';
|
|
|
|
export const MicrosoftWinGetUserSettingsFile = S.Struct({
|
|
_inDesiredState: S.optional(S.Boolean),
|
|
action: S.optional(S.Literal('Partial', 'Full')),
|
|
settings: S.Unknown,
|
|
});
|
|
export type MicrosoftWinGetUserSettingsFile = S.Schema.Type<
|
|
typeof MicrosoftWinGetUserSettingsFile
|
|
>;
|