2023-05-07 00:46:37 -03:00

6 lines
87 B
TypeScript

export interface MetaProps {
title: string;
description: string;
url?: string;
}