MdeOnboardingData type

The resource of the configuration or data needed to onboard the machine to MDE

type MdeOnboardingData = Resource & {
  onboardingPackageLinux?: Uint8Array
  onboardingPackageWindows?: Uint8Array
}