ff-webpage/types/component/seoComponent.ts

6 lines
110 B
TypeScript
Raw Normal View History

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