From fa78576b2cc40da9798ea887ee2ccf0dd3ee5477 Mon Sep 17 00:00:00 2001 From: Juuso Lappalainen Date: Mon, 26 Feb 2024 20:10:49 +0200 Subject: [PATCH] Add export to Heading interface --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9fba795..15ed14b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import fs from "fs"; -interface Heading { +export interface Heading { id: number; slug: string; title: string;