ff-webpage/types/component/seoComponent.ts

6 lines
110 B
TypeScript
Raw Normal View History

2025-01-05 18:31:55 +01:00
export default interface SEOComponent {
metaTitle: string;
metaDescription: string;
keywords: string;
}