Interface MetaData

interface MetaData {
    title: string;
}

Properties

Properties

title: string