Type Alias: VariantGetInfoResponse
Makaio Framework / contracts / VariantGetInfoResponse
Type Alias: VariantGetInfoResponse
Section titled “Type Alias: VariantGetInfoResponse”VariantGetInfoResponse =
z.infer<typeofVariantSchemas["getInfo"]["response"]>
Defined in: ../../../packages/contracts/src/variant/schemas.ts:134
Response payload for host:variant.getInfo.
Type Composition
Section titled “Type Composition”VariantGetInfoResponsez.infer<(typeof VariantSchemas)['getInfo']['response']>(typeof VariantSchemas)['getInfo']['response']
Resolved Shape
Section titled “Resolved Shape”type VariantGetInfoResponse = { variant: 'base' | 'cef'; bundleCEF: boolean; defaultRenderer: 'cef' | 'native';};