// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { AllowDenyRequirement } from "./AllowDenyRequirement"; import type { ComputerUseMacosRequirements } from "./ComputerUseMacosRequirements"; import type { ComputerUseWindowsRequirements } from "./ComputerUseWindowsRequirements"; export type ComputerUseRequirements = { allowLockedComputerUse: boolean | null, allowPersistentApproval: boolean | null, defaultAppAccess: AllowDenyRequirement | null, macos: ComputerUseMacosRequirements | null, windows: ComputerUseWindowsRequirements | null, };