Type Alias: HeadConfig

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
type HeadConfig = 
  | [string, Record<string, string>]
  | [string, Record<string, string>, string];

Defined in: packages/valaxy/types/data.ts:29