Type Alias: WindowCreateResponse
Makaio Framework / contracts / WindowCreateResponse
Type Alias: WindowCreateResponse
Section titled “Type Alias: WindowCreateResponse”WindowCreateResponse =
z.infer<typeofHostSchemas["window.create"]["response"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:269
Response payload for host.window.create.
Type Composition
Section titled “Type Composition”WindowCreateResponsez.infer<(typeof HostSchemas)['window.create']['response']>(typeof HostSchemas)['window.create']['response']
Resolved Shape
Section titled “Resolved Shape”type WindowCreateResponse = { windowId: number;};