import type { MetaType } from './MetaType'; export interface Meta { href: string; type: T; } export type MetaPatch = Pick, 'type' | 'href'>;