export interface inlineCard_node { type: "inlineCard"; attrs: { url: string; } | { data: any; }; } //# sourceMappingURL=inlineCard_node.d.ts.map