UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

7 lines (6 loc) 222 B
import { TypeTarget } from 'alinea/core/Type'; export type TargetData = typeof TargetData.infer; export declare const TargetData: import("cito").Type<{ name?: string | undefined; type?: TypeTarget | undefined; }>;