blob: e8ed01a0a38dac2e01be9bb8a7320cb9f37db0de [file]
export interface MetaProps {
title: string;
description: string;
url?: string;
}