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
| Name | Type |
|---|---|
audience | "company" |
document | "marketing" |
required | boolean |
url | string |
version | string |