eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
25 lines (23 loc) • 870 B
TypeScript
// Auto-generated stub for `mdast` types referenced by a vendored .d.ts.
// Emitted by createDeclarationCopier > buildOpaqueTypesStub.
//
// Names are aliased to `unknown` so consumers don't have to install
// upstream @types just to typecheck against eve. If real types are
// needed in user code, install the upstream @types and use them directly.
export type Blockquote = unknown;
export type Code = unknown;
export type Content = unknown;
export type Delete = unknown;
export type Emphasis = unknown;
export type InlineCode = unknown;
export type Link = unknown;
export type List = unknown;
export type ListItem = unknown;
export type Nodes = unknown;
export type Paragraph = unknown;
export type Root = unknown;
export type Strong = unknown;
export type Table = unknown;
export type TableCell = unknown;
export type TableRow = unknown;
export type Text = unknown;