interface MetaLinkProps {
    id: string;
    linkType: string;
    type: string;
}

Properties

Properties

id: string
linkType: string
type: string