Type Alias: WindowFocusResponse
Makaio Framework / contracts / WindowFocusResponse
Type Alias: WindowFocusResponse
Section titled “Type Alias: WindowFocusResponse”WindowFocusResponse =
z.infer<typeofHostSchemas["window.focus"]["response"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:275
Response payload for host.window.focus.
Type Composition
Section titled “Type Composition”WindowFocusResponsez.infer<(typeof HostSchemas)['window.focus']['response']>(typeof HostSchemas)['window.focus']['response']
Resolved Shape
Section titled “Resolved Shape”type WindowFocusResponse = { success: boolean;};