Type Alias: AutoLaunchEnableRequest
Makaio Framework / contracts / AutoLaunchEnableRequest
Type Alias: AutoLaunchEnableRequest
Section titled “Type Alias: AutoLaunchEnableRequest”AutoLaunchEnableRequest =
z.infer<typeofPlatformSchemas["autoLaunch.enable"]["request"]>
Defined in: ../../../packages/contracts/src/platform/schemas.ts:71
Request payload for platform.autoLaunch.enable.
Type Composition
Section titled “Type Composition”AutoLaunchEnableRequestz.infer<(typeof PlatformSchemas)['autoLaunch.enable']['request']>(typeof PlatformSchemas)['autoLaunch.enable']['request']
Resolved Shape
Section titled “Resolved Shape”type AutoLaunchEnableRequest = { hidden: boolean;};