Type Alias: TrayActivateResponse
Makaio Framework / contracts / TrayActivateResponse
Type Alias: TrayActivateResponse
Section titled “Type Alias: TrayActivateResponse”TrayActivateResponse =
z.infer<typeofHostSchemas["tray.activate"]["response"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:287
Response payload for host.tray.activate.
Type Composition
Section titled “Type Composition”TrayActivateResponsez.infer<(typeof HostSchemas)['tray.activate']['response']>(typeof HostSchemas)['tray.activate']['response']
Resolved Shape
Section titled “Resolved Shape”type TrayActivateResponse = { handled: boolean;};