Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaf-lamed-beyt committed Feb 26, 2024
2 parents 6dad6e9 + dd297f7 commit 2506f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from "fs";

interface Heading {
export interface Heading {
id: number;
slug: string;
title: string;
Expand Down

0 comments on commit 2506f8e

Please sign in to comment.