TypeAlias.LegalAcceptanceInput
type LegalAcceptanceInput = z.infer<typeof legalAcceptanceInputSchema>;
One acceptance the caller submits for a legal document, at a given version.
type LegalAcceptanceInput = z.infer<typeof legalAcceptanceInputSchema>;
One acceptance the caller submits for a legal document, at a given version.