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