11 lines
326 B
TypeScript
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
|
|
>;
|