Type Alias: WindowCreateRequest
Makaio Framework / contracts / WindowCreateRequest
Type Alias: WindowCreateRequest
Section titled “Type Alias: WindowCreateRequest”WindowCreateRequest =
z.infer<typeofHostSchemas["window.create"]["request"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:266
Request payload for host.window.create.
Type Composition
Section titled “Type Composition”WindowCreateRequestz.infer<(typeof HostSchemas)['window.create']['request']>(typeof HostSchemas)['window.create']['request']
Resolved Shape
Section titled “Resolved Shape”type WindowCreateRequest = { registrationId: string; params?: Record<string, string> | undefined;};