ff-webpage/types/component/seoComponent.ts

5 lines
110 B
TypeScript

export default interface SEOComponent {
metaTitle: string;
metaDescription: string;
keywords: string;
}