Skip to content

Type Alias: TrayActivateResponse

Makaio Framework


Makaio Framework / contracts / TrayActivateResponse

TrayActivateResponse = z.infer<typeof HostSchemas["tray.activate"]["response"]>

Defined in: ../../../packages/contracts/src/host/schemas.ts:287

Response payload for host.tray.activate.

  • TrayActivateResponse
    • z.infer<(typeof HostSchemas)['tray.activate']['response']>
      • (typeof HostSchemas)['tray.activate']['response']
type TrayActivateResponse = {
handled: boolean;
};