Type Alias: BrowserEntrypoint
Makaio Framework / contracts/extension / BrowserEntrypoint
Type Alias: BrowserEntrypoint
Section titled “Type Alias: BrowserEntrypoint”BrowserEntrypoint =
z.infer<typeofBrowserEntrypointSchema>
Defined in: ../../../packages/contracts/src/extension/browser-entrypoint.ts:18
Inferred type for browser entrypoint manifest metadata.
Type Composition
Section titled “Type Composition”BrowserEntrypointz.infer<typeof BrowserEntrypointSchema>typeof BrowserEntrypointSchema
Resolved Shape
Section titled “Resolved Shape”type BrowserEntrypoint = { entrypoint: string;};