Type Alias: AutoLaunchEnableResponse
Makaio Framework / contracts / AutoLaunchEnableResponse
Type Alias: AutoLaunchEnableResponse
Section titled “Type Alias: AutoLaunchEnableResponse”AutoLaunchEnableResponse =
z.infer<typeofPlatformSchemas["autoLaunch.enable"]["response"]>
Defined in: ../../../packages/contracts/src/platform/schemas.ts:73
Response payload for platform.autoLaunch.enable.
Type Composition
Section titled “Type Composition”AutoLaunchEnableResponsez.infer<(typeof PlatformSchemas)['autoLaunch.enable']['response']>(typeof PlatformSchemas)['autoLaunch.enable']['response']
Resolved Shape
Section titled “Resolved Shape”type AutoLaunchEnableResponse = { enabled: boolean; error?: string | undefined;};