Type Alias: AutoLaunchStatusResponse
Makaio Framework / contracts / AutoLaunchStatusResponse
Type Alias: AutoLaunchStatusResponse
Section titled “Type Alias: AutoLaunchStatusResponse”AutoLaunchStatusResponse =
z.infer<typeofPlatformSchemas["autoLaunch.getStatus"]["response"]>
Defined in: ../../../packages/contracts/src/platform/schemas.ts:77
Response payload for platform.autoLaunch.getStatus.
Type Composition
Section titled “Type Composition”AutoLaunchStatusResponsez.infer<(typeof PlatformSchemas)['autoLaunch.getStatus']['response']>(typeof PlatformSchemas)['autoLaunch.getStatus']['response']
Resolved Shape
Section titled “Resolved Shape”type AutoLaunchStatusResponse = { enabled: boolean; supported: boolean;};