Skip to content

Type Alias: AutoLaunchStatusResponse

Makaio Framework


Makaio Framework / contracts / AutoLaunchStatusResponse

AutoLaunchStatusResponse = z.infer<typeof PlatformSchemas["autoLaunch.getStatus"]["response"]>

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

Response payload for platform.autoLaunch.getStatus.

  • AutoLaunchStatusResponse
    • z.infer<(typeof PlatformSchemas)['autoLaunch.getStatus']['response']>
      • (typeof PlatformSchemas)['autoLaunch.getStatus']['response']
type AutoLaunchStatusResponse = {
enabled: boolean;
supported: boolean;
};