Skip to main content

TypeAlias.LegalAcceptanceInput

type LegalAcceptanceInput = {
document: "marketing" | "cgu" | "cgv" | "cgs";
version: string;
};

One acceptance the caller submits for a legal document, at a given version.

Type Declaration

NameType
document"marketing"
versionstring