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
| Name | Type |
|---|---|
document | "marketing" |
version | string |