Skip to main content

TypeAlias.LegalDocumentVersion

type LegalDocumentVersion = {
audience: "company" | "individual";
document: "marketing" | "cgu" | "cgv" | "cgs";
required: boolean;
url: string;
version: string;
};

A legal document (CGU, CGV, marketing) published for a given audience, at its current version — as returned by the catch-up endpoints and the document listing.

Type Declaration

NameType
audience"company"
document"marketing"
requiredboolean
urlstring
versionstring