Skip to content

Type Alias: WindowCreateResponse

Makaio Framework


Makaio Framework / contracts / WindowCreateResponse

WindowCreateResponse = z.infer<typeof HostSchemas["window.create"]["response"]>

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

Response payload for host.window.create.

  • WindowCreateResponse
    • z.infer<(typeof HostSchemas)['window.create']['response']>
      • (typeof HostSchemas)['window.create']['response']
type WindowCreateResponse = {
windowId: number;
};