Home > @tridion-sites/open-api-client > DynamicVersionInfo
Represents information about the dynamic version of a Versioned Item.
Signature:
export type DynamicVersionInfo = {
$type?: string;
Revision?: number;
RevisionDate?: string;
Revisor?: Link;
};
References: Link