Type alias LinkMetadataV3
Type declaration
__typename: "LinkMetadataV3"
appId: AppId | null
attributes: {
key: string;
type: MetadataAttributeType;
value: string;
}[] | null
content: string
hideFromFeed: boolean
id: string
locale: string
rawURI: URI
sharingLink: string
tags: string[] | null