Skip to content

Type Alias: AutoLaunchEnableRequest

Makaio Framework


Makaio Framework / contracts / AutoLaunchEnableRequest

AutoLaunchEnableRequest = z.infer<typeof PlatformSchemas["autoLaunch.enable"]["request"]>

Defined in: ../../../packages/contracts/src/platform/schemas.ts:71

Request payload for platform.autoLaunch.enable.

  • AutoLaunchEnableRequest
    • z.infer<(typeof PlatformSchemas)['autoLaunch.enable']['request']>
      • (typeof PlatformSchemas)['autoLaunch.enable']['request']
type AutoLaunchEnableRequest = {
hidden: boolean;
};