mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 04:42:12 +01:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
|
|
export interface IContentTableEntry {
|
|
anchor: string;
|
|
title: string;
|
|
} |