TSegmentShare: TSegmentBase & { data: { content?: string; image?: string; title: string; url: string; }; type: "share"; } Type declaration
data: {
content?: string;
image?: string;
title: string;
url: string;
}
Optional
content?: string
Optional
image?: string
title: string
url: string
type: "share"
content 内容描述,可选