Interface GetSiteMetadataResponse

interface GetSiteMetadataResponse {
    metadata: LinkMetadata;
}

Properties

Properties

metadata: LinkMetadata