Surfaces.data

import { otherSurfaces, SURFACES } from '@hanzo/ui/product'

No examples yet.

Types

export type SurfaceId = 'ai' | 'console' | 'app' | 'chat' | 'bot' | 'team' | 'billing'
export type Surface = {
/** Stable id; also the per-surface icon key. */
id: SurfaceId
/** Menu label. */
label: string
/** Absolute product URL (opened in a new tab). */
href: string
/** The domain, shown as the tile subtitle. */
hint: string
}

Exports

otherSurfacesSURFACEStype SurfaceIdtype Surface