Variable syndicateConst

syndicate: TFunction<
    [TObject<{ canonicalUrl: TString; content: TString }>],
    TPromise<TAny>,
> = ...

Syndicate the content published at a canonical URL (i.e. content published on your me domain) to another target (e.g. a social network).